Skip to content

Commit 067b1f7

Browse files
committed
Updated tech section logo
1 parent 4acb453 commit 067b1f7

File tree

9 files changed

+98
-4
lines changed

9 files changed

+98
-4
lines changed
-9.15 KB
Binary file not shown.
Lines changed: 25 additions & 0 deletions
Loading

public/assets/dark/indexDBdark.svg

Lines changed: 22 additions & 0 deletions
Loading
-6.79 KB
Binary file not shown.
-22.3 KB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Loading
-14.4 KB
Binary file not shown.
Lines changed: 25 additions & 0 deletions
Loading

src/components/LandingComp/TechStack.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ const Stack = () => {
4343
name: "Web Serial API",
4444
logo:
4545
theme === "light"
46-
? "./assets/dark/serialdevicedark.png"
47-
: "./assets/light/serialdevicelight.png",
46+
? "./assets/dark/Webserialdark.svg"
47+
: "./assets/light/serialdevicelight.svg",
4848
url: "https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API",
4949
description: "For connecting to the serial port of the device.",
5050
},
5151
{
5252
name: "IndexedDB API",
5353
logo:
5454
theme === "light"
55-
? "./assets/dark/Indexeddbdark.png"
56-
: "./assets/light/Indexeddblight.png",
55+
? "./assets/dark/indexDBdark.svg"
56+
: "./assets/light/indexDBlight.svg",
5757
url: "https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API",
5858
description: "IndexedDB is a low-level API for client-side storage.",
5959
},

0 commit comments

Comments
 (0)