File tree Expand file tree Collapse file tree
web/src/components/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default function Sidebar() {
7373 </ div >
7474
7575 < div className = "mt-auto pt-6 border-t border-gray-100 flex flex-col" >
76- < p className = "px-4 text-[10px] font-black text-gray-400 uppercase tracking-[0.2em] mb-3" > Resources</ p >
76+ < p className = "px-4 text-[10px] font-black text-gray-500 uppercase tracking-[0.2em] mb-3" > Resources</ p >
7777 < Link
7878 href = "/glossary"
7979 className = { `flex items-center gap-3 px-3 py-3 rounded-2xl transition-all group mx-1 ${ pathname === '/glossary'
@@ -97,8 +97,8 @@ export default function Sidebar() {
9797 </ nav >
9898
9999 < div className = "p-5 text-center border-t border-gray-50 bg-gray-50/30" >
100- < p className = "text-[9px] font-black text-gray-300 uppercase tracking-[0.2em] mb-1" > Saileela Rahasya v1.2.0</ p >
101- < p className = "text-[10px] text-gray-400 font-medium font-serif italic" > © { new Date ( ) . getFullYear ( ) } Saileela Rahasya</ p >
100+ < p className = "text-[9px] font-black text-gray-500 uppercase tracking-[0.2em] mb-1" > Saileela Rahasya v1.2.0</ p >
101+ < p className = "text-[10px] text-gray-600 font-medium font-serif italic" > © { new Date ( ) . getFullYear ( ) } Saileela Rahasya</ p >
102102 </ div >
103103 </ aside >
104104 ) ;
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export default function UtilityMenu() {
242242 </ SignedOut >
243243
244244 < div className = "text-center" >
245- < p className = "text-[9px] font-black text-gray-300 uppercase tracking-[0.3em]" > Saileela Rahasya v1.2.0</ p >
245+ < p className = "text-[9px] font-black text-gray-500 uppercase tracking-[0.3em]" > Saileela Rahasya v1.2.0</ p >
246246 </ div >
247247 </ div >
248248 </ div >
You can’t perform that action at this time.
0 commit comments