Skip to content

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott170c committed Dec 8, 2024
1 parent 0d05ef7 commit 6140d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/guide/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default function guide() {
paddingBottom: '20px',
minHeight: '100vh',
}}>
<link rel="icon" href = "https://assets.hackclub.com/icon-rounded.svg"></link>
<Box sx = {{
fontFamily: 'var(--font-inter)',
minHeight: '100vh',
Expand Down
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default function Home() {
}, []);
return (
<Box>
<link rel="icon" href = "https://assets.hackclub.com/icon-rounded.svg"></link>
<Grid gap = {0} sx={{
background: 'linear-gradient(180deg, rgba(0,153,255,1) 0%, rgba(130,205,255,1) 100%);',
// background: 'linear-gradient(to bottom right, rgba(70, 181, 255, 1), rgba(227, 244, 255, 1))',
Expand Down

0 comments on commit 6140d13

Please sign in to comment.