File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,15 +25,7 @@ export default function Navigation({ hasDashboardAccess }: { hasDashboardAccess?
2525 href = "/"
2626 className = "text-lg md:text-2xl font-bold text-ps-primary hover:opacity-80 transition-opacity"
2727 >
28- < div className = "flex items-center gap-2" >
29- < Image
30- src = { logo }
31- alt = "Postscript Logo"
32- width = { 40 }
33- height = { 40 }
34- />
35- < span > Postscript</ span >
36- </ div >
28+ < span > 🗒️ Postscript</ span >
3729 </ Link >
3830 < div className = "flex gap-2 justify-start md:items-center md:gap-6" >
3931 { navItems . map ( ( item ) => {
Original file line number Diff line number Diff line change @@ -14,13 +14,7 @@ export default function PublicNavigation() {
1414 className = "text-lg md:text-2xl font-bold text-ps-primary hover:opacity-80 transition-opacity"
1515 >
1616 < div className = "flex items-center gap-2" >
17- < Image
18- src = { logo }
19- alt = "Postscript Logo"
20- width = { 40 }
21- height = { 40 }
22- />
23- < span > Postscript</ span >
17+ < span > 🗒️ Postscript</ span >
2418 </ div >
2519 </ Link >
2620 < div className = "flex items-center gap-6" >
You can’t perform that action at this time.
0 commit comments