From 461284080d56bdeb166ca567a45347ecbdb5c62f Mon Sep 17 00:00:00 2001 From: Krystie Date: Fri, 27 Mar 2026 02:59:27 -0700 Subject: [PATCH] Add social media icons and TRI coin logo favicon --- src/app.html | 1 + src/routes/+layout.svelte | 23 +++++++++++++++++------ static/favicon.ico | 9 +++++++++ static/logo-192.png | 9 +++++++++ 4 files changed, 36 insertions(+), 6 deletions(-) create mode 100644 static/favicon.ico create mode 100644 static/logo-192.png diff --git a/src/app.html b/src/app.html index c1524fb..6b72789 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,7 @@ + %sveltekit.head% diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9619649..7db1935 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -66,12 +66,23 @@ {/if}
Triangles Block Explorer — cryptographic-triangles.org - | - Telegram - | - Discord - | - GitHub +
+
+ + + + + + + + + + + + + + +
diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..bd0f354 --- /dev/null +++ b/static/favicon.ico @@ -0,0 +1,9 @@ + + +404 Not Found + +

Not Found

+

The requested URL was not found on this server.

+

Additionally, a 404 Not Found +error was encountered while trying to use an ErrorDocument to handle the request.

+ diff --git a/static/logo-192.png b/static/logo-192.png new file mode 100644 index 0000000..bd0f354 --- /dev/null +++ b/static/logo-192.png @@ -0,0 +1,9 @@ + + +404 Not Found + +

Not Found

+

The requested URL was not found on this server.

+

Additionally, a 404 Not Found +error was encountered while trying to use an ErrorDocument to handle the request.

+