minor change
This commit is contained in:
parent
e264ef1f97
commit
43364b571a
|
@ -66,7 +66,7 @@ export default function Sidebar({ className }: { className?: string }) {
|
||||||
icon={faChartSimple}
|
icon={faChartSimple}
|
||||||
className={`w-8 h-8 drop-shadow text-sky-500`}
|
className={`w-8 h-8 drop-shadow text-sky-500`}
|
||||||
/>
|
/>
|
||||||
<p className="text-sky-600 text-xs font-semibold">Dashboard</p>
|
<p className="text-sky-500 text-xs font-semibold">Dashboard</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
@ -81,7 +81,7 @@ export default function Sidebar({ className }: { className?: string }) {
|
||||||
icon={faLink}
|
icon={faLink}
|
||||||
className={`w-8 h-8 drop-shadow text-sky-500`}
|
className={`w-8 h-8 drop-shadow text-sky-500`}
|
||||||
/>
|
/>
|
||||||
<p className="text-sky-600 text-xs font-semibold">
|
<p className="text-sky-500 text-xs font-semibold">
|
||||||
<span className="hidden xl:inline-block">All</span> Links
|
<span className="hidden xl:inline-block">All</span> Links
|
||||||
</p>
|
</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -96,7 +96,7 @@ export default function Sidebar({ className }: { className?: string }) {
|
||||||
icon={faFolder}
|
icon={faFolder}
|
||||||
className={`w-8 h-8 drop-shadow text-sky-500`}
|
className={`w-8 h-8 drop-shadow text-sky-500`}
|
||||||
/>
|
/>
|
||||||
<p className="text-sky-600 text-xs font-semibold">
|
<p className="text-sky-500 text-xs font-semibold">
|
||||||
<span className="hidden xl:inline-block">All</span> Collections
|
<span className="hidden xl:inline-block">All</span> Collections
|
||||||
</p>
|
</p>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -146,7 +146,7 @@ export default function Sidebar({ className }: { className?: string }) {
|
||||||
style={{ color: e.color }}
|
style={{ color: e.color }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="text-sky-600 truncate w-full pr-7">
|
<p className="text-sky-500 truncate w-full pr-7">
|
||||||
{e.name}
|
{e.name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -205,7 +205,7 @@ export default function Sidebar({ className }: { className?: string }) {
|
||||||
className="w-4 h-4 text-sky-500 mt-1"
|
className="w-4 h-4 text-sky-500 mt-1"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="text-sky-600 truncate w-full pr-7">
|
<p className="text-sky-500 truncate w-full pr-7">
|
||||||
{e.name}
|
{e.name}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ŝarĝante…
Reference in New Issue