Skip to content

Commit

Permalink
Updated tech section logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanmahe committed Nov 26, 2024
1 parent 4acb453 commit 067b1f7
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 4 deletions.
Binary file removed public/assets/dark/Indexeddbdark.png
Binary file not shown.
25 changes: 25 additions & 0 deletions public/assets/dark/Webserialdark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions public/assets/dark/indexDBdark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/dark/serialdevicedark.png
Binary file not shown.
Binary file removed public/assets/light/Indexeddblight.png
Binary file not shown.
22 changes: 22 additions & 0 deletions public/assets/light/indexDBlight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/assets/light/serialdevicelight.png
Binary file not shown.
25 changes: 25 additions & 0 deletions public/assets/light/serialdevicelight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/LandingComp/TechStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ const Stack = () => {
name: "Web Serial API",
logo:
theme === "light"
? "./assets/dark/serialdevicedark.png"
: "./assets/light/serialdevicelight.png",
? "./assets/dark/Webserialdark.svg"
: "./assets/light/serialdevicelight.svg",
url: "https://developer.mozilla.org/en-US/docs/Web/API/Web_Serial_API",
description: "For connecting to the serial port of the device.",
},
{
name: "IndexedDB API",
logo:
theme === "light"
? "./assets/dark/Indexeddbdark.png"
: "./assets/light/Indexeddblight.png",
? "./assets/dark/indexDBdark.svg"
: "./assets/light/indexDBlight.svg",
url: "https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API",
description: "IndexedDB is a low-level API for client-side storage.",
},
Expand Down

0 comments on commit 067b1f7

Please sign in to comment.