diff --git a/FaviconAIS.png b/FaviconAIS.png deleted file mode 100644 index 3e40240..0000000 Binary files a/FaviconAIS.png and /dev/null differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..93e0923 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index e5ba782..22ed615 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - + Suspicious Vessel Finder diff --git a/src/svgs/faviconSVG.tsx b/src/svgs/faviconSVG.tsx index 9cd7b90..5d48037 100644 --- a/src/svgs/faviconSVG.tsx +++ b/src/svgs/faviconSVG.tsx @@ -8,17 +8,19 @@ export default function FaviconSVG({ width, height }: IFaviconProps) { height = height ? height : 30 return ( - - - + + + + + - + + + + )