From f2a2b7b34aa3073ed20d45cb64f8ed14b297ea2b Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Sun, 17 Dec 2023 14:30:16 -0500 Subject: [PATCH] Made external icon consitent with others --- www/components/footer.tsx | 12 ++++++------ .../icons/{iconextern.tsx => external.tsx} | 2 +- www/routes/index-route.tsx | 15 --------------- 3 files changed, 7 insertions(+), 22 deletions(-) rename www/components/icons/{iconextern.tsx => external.tsx} (89%) diff --git a/www/components/footer.tsx b/www/components/footer.tsx index a394ceec..5fdc3158 100644 --- a/www/components/footer.tsx +++ b/www/components/footer.tsx @@ -1,4 +1,4 @@ -import { IconExtern } from "./icons/iconextern.tsx"; +import { IconExternal } from "./icons/external.tsx"; export function Footer(): JSX.Element { return ( @@ -8,7 +8,7 @@ export function Footer(): JSX.Element { About - Created by Frontside + Created by Frontside
@@ -16,10 +16,10 @@ export function Footer(): JSX.Element { OSS Projects - Interactors + Interactors - Effectionv2 + Effectionv2
@@ -27,13 +27,13 @@ export function Footer(): JSX.Element { Community - Discord + Discord - GitHub + GitHub

diff --git a/www/components/icons/iconextern.tsx b/www/components/icons/external.tsx similarity index 89% rename from www/components/icons/iconextern.tsx rename to www/components/icons/external.tsx index aadfe251..048861b1 100644 --- a/www/components/icons/iconextern.tsx +++ b/www/components/icons/external.tsx @@ -1,4 +1,4 @@ -export const IconExtern = () => ( +export const IconExternal = () => ( -
-
-

- Crash course in Effection -

-

- Small API focused excusively on what you need to gain - Structured Concurrency guarantees for APIs available in your - JavaScript runtime. -

- -
- -
-