Skip to content

Commit

Permalink
website changes
Browse files Browse the repository at this point in the history
  • Loading branch information
webloopbox committed Oct 25, 2024
1 parent 365f237 commit 6c2c228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/support/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function FeaturesPage() {
</div>
</>

<section className="relative h-full texture-bg-2 z-2">
<section className="relative h-full z-2">
<div className="grid grid-cols-main grid-rows-2 pt-12 md:pt-32 md:pb-12">
<h1 className="col-start-1 col-end-13 sm:col-start-2 sm:col-end-12 xl:col-start-3 xl:col-end-11 text-xl md:text-2xl font-bold text-center bg-gradient-to-t from-green-primary to-green-light bg-clip-text text-transparent px-4">
Need support?
Expand Down
1 change: 1 addition & 0 deletions website/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function Header({ children }: { children: any }) {
<div className="col-start-2 md:col-start-1 2xl:col-start-3 col-end-13 md:col-end-7 xl:border-l-1 border-green-light flex items-center justify-start ps-0.5 md:ps-4">
<Link href="/">
<Image
draggable={false}
src={isHomePage ? logoIcon : nightLogoIcon}
alt="ReactGrid"
width={180}
Expand Down

0 comments on commit 6c2c228

Please sign in to comment.