File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function MainNav({ items }: MainNavProps) {
2222 return (
2323 < div className = "flex items-center gap-2 sm:gap-6 md:gap-10" >
2424 < Link href = "/" className = "flex items-center space-x-2" >
25- < div className = "flex size -8 items-center justify-center rounded-full bg-primary sm:size-10" >
25+ < div className = "flex h-8 w -8 items-center justify-center rounded-full bg-primary sm:size-10" >
2626 < span className = "text-sm font-bold text-primary-foreground sm:text-lg" >
2727 U
2828 </ span >
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ export const siteConfig = {
3131 href : "/" ,
3232 } ,
3333 {
34- title : "Fun Fact Stats " ,
35- href : "/statistics " ,
34+ title : "Discover " ,
35+ href : "/discover " ,
3636 } ,
3737 {
3838 title : "Deep Dive" ,
You can’t perform that action at this time.
0 commit comments