From 3d0553c85d1d1f6ec95e7556c56205273f23cc0b Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 25 Jun 2024 06:51:48 +0200 Subject: [PATCH] Internalize Docker and Linux icons. --- components/shared/Hero.tsx | 44 +++++++++++++++++--------------------- public/docker.svg | 15 ------------- public/dockerdark.svg | 10 --------- public/linux.svg | 1 - public/linuxdark.svg | 10 --------- 5 files changed, 20 insertions(+), 60 deletions(-) delete mode 100644 public/docker.svg delete mode 100644 public/dockerdark.svg delete mode 100644 public/linux.svg delete mode 100644 public/linuxdark.svg diff --git a/components/shared/Hero.tsx b/components/shared/Hero.tsx index 515931a..e4cda29 100644 --- a/components/shared/Hero.tsx +++ b/components/shared/Hero.tsx @@ -120,20 +120,18 @@ const Hero = () => { variant={"ghost"} onClick={() => handleButtonClick("linux")} > - linux - linux + viewBox="0 0 448 512" + fill="none" + > + + diff --git a/public/docker.svg b/public/docker.svg deleted file mode 100644 index aaea242..0000000 --- a/public/docker.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/public/dockerdark.svg b/public/dockerdark.svg deleted file mode 100644 index 0549df7..0000000 --- a/public/dockerdark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/public/linux.svg b/public/linux.svg deleted file mode 100644 index 88ff7bd..0000000 --- a/public/linux.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/linuxdark.svg b/public/linuxdark.svg deleted file mode 100644 index 160b352..0000000 --- a/public/linuxdark.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - -