mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add demo link in navbar and fix stack in tech showcase
This commit is contained in:
@@ -2,8 +2,8 @@ const PackageIcon = ({ pm, className }: { pm: string; className?: string }) => {
|
||||
switch (pm) {
|
||||
case "npm":
|
||||
return (
|
||||
// biome-ignore lint/a11y/noSvgWithoutTitle: <explanation>
|
||||
<svg className={className} viewBox="0 0 24 24" fill="currentColor">
|
||||
<title>npm</title>
|
||||
<path d="M1.763 0C.786 0 0 .786 0 1.763v20.474C0 23.214.786 24 1.763 24h20.474c.977 0 1.763-.786 1.763-1.763V1.763C24 .786 23.214 0 22.237 0zM5.13 5.323l13.837.019-.009 13.836h-3.464l.01-10.382h-3.456L12.04 19.17H5.113z" />
|
||||
</svg>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user