Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Just some minor footer improvements changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNxthaniel committed Jan 5, 2024
1 parent e0f507a commit ffd6423
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 8 additions & 3 deletions frontend/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ const SocialButton = ({

export default function SmallWithLogoLeft() {
const router = useRouter();
const oppositeBgColor = useColorModeValue("gray.800", "gray.100");

return (
<Box
bg={useColorModeValue("gray.50", "gray.900")}
color={useColorModeValue("gray.700", "gray.200")}
color={oppositeBgColor}
>
<Container
as={Stack}
Expand All @@ -65,7 +65,12 @@ export default function SmallWithLogoLeft() {
>
<Box display="flex" alignItems="center" gap="2">
<Image src="/LogoTransparent.svg" height="30" width="30" alt="Logo" />
<Text color="red.400" fontWeight="bold" fontSize="1.4rem">
<Text
bgGradient={"linear(to-r, red.400,pink.400)"}
bgClip={"text"}
fontWeight="bold"
fontSize="2xl"
>
ReGuilded
</Text>
</Box>
Expand Down
3 changes: 0 additions & 3 deletions frontend/styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
}

@media (prefers-color-scheme: dark) {
.footer {
border-color: #222;
}
.code {
background: #111;
}
Expand Down

2 comments on commit ffd6423

@vercel
Copy link

@vercel vercel bot commented on ffd6423 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reguilded-webapi – ./backend/

reguilded-webapi-git-main-reguilded.vercel.app
api.reguilded.dev
reguilded-webapi-reguilded.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ffd6423 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reguilded-website – ./frontend/

reguilded-website-git-main-reguilded.vercel.app
reguilded.dev
www.reguilded.dev
reguilded-website-reguilded.vercel.app

Please sign in to comment.