From 264302f6cdc630097e45ac76509da20ea4ccf684 Mon Sep 17 00:00:00 2001
From: horus
Date: Tue, 16 Jan 2024 01:12:23 +0100
Subject: changes in design
---
resources/views/about.blade.php | 11 +----------
resources/views/index.blade.php | 16 ++++++++++++++--
resources/views/layouts/app.blade.php | 1 +
resources/views/layouts/footer.blade.php | 2 +-
resources/views/list.blade.php | 10 ++++++++--
5 files changed, 25 insertions(+), 15 deletions(-)
(limited to 'resources/views')
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index 14b62dc..b8547f2 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -4,15 +4,6 @@
html {
height: 100%;
}
-.hn {
- display: inline-block;
- font-size: inherit;
- height: 1em;
- overflow: visible;
- vertical-align: -.125em;
- fill: #ff6600;
-}
-
@endsection
@section('content')
@@ -48,7 +39,7 @@ If you have feedback, want to report a bug or just say hello, hit me up by e-mai
-You can now also follow on Mastodon @MostDiscussed.
+You can now also follow on Mastodon {!! file_get_contents(public_path() . "/img/mastodon.svg") !!} @MostDiscussed to stay up to date.