Skip to content

Commit

Permalink
changed icons, changed about us link and added "600" as a weight
Browse files Browse the repository at this point in the history
  • Loading branch information
ofjuneskies committed Oct 5, 2024
1 parent ae6e150 commit 4c7800f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/site/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const metadata: Metadata = {
};

const fredoka = Fredoka({
weight: ["400", "500", "700"],
weight: ["400", "500", "600", "700"],
subsets: ["latin"],
variable: "--next-font-fredoka",
});
Expand Down
3 changes: 0 additions & 3 deletions apps/site/src/assets/icons/HACK LOGO.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/site/src/assets/icons/discord-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/site/src/assets/icons/discord.svg

This file was deleted.

1 change: 0 additions & 1 deletion apps/site/src/assets/icons/facebook.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/site/src/assets/icons/hack-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/site/src/assets/icons/tiktok.svg

This file was deleted.

1 change: 1 addition & 0 deletions apps/site/src/components/Footer/Footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
margin-right: 13px;
padding: 5px;
border-radius: 10px;
object-fit: contain;
transform: scale(0.95);
transition:
transform,
Expand Down
8 changes: 4 additions & 4 deletions apps/site/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import clsx from "clsx";
import styles from "./Footer.module.scss";

import Mail from "@/assets/icons/mail_icon.svg";
import Discord from "@/assets/icons/discord.svg";
import Discord from "@/assets/icons/discord-mark-white.svg";
import Instagram from "@/assets/icons/Instagram_Glyph_White.svg";
import Hack from "@/assets/icons/HACK LOGO.svg";
import TikTok from "@/assets/icons/tiktok.svg";
import Hack from "@/assets/icons/hack-logo.svg";
import TikTok from "@/assets/icons/TikTok-Social-Icon-Mono-White.svg";

type Social = {
icon: any;
Expand Down Expand Up @@ -82,7 +82,7 @@ export default function Footer() {
Devpost
</Link> */}
<Link
href="https://zothacks-2023.devpost.com/"
href="https://hack.ics.uci.edu/"
className={styles.left_footer_text}
target="_blank"
>
Expand Down

0 comments on commit 4c7800f

Please sign in to comment.