aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/src/components/TitleBar.tsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/src/components/TitleBar.tsx b/site/src/components/TitleBar.tsx
index 7f9f6ac..43976c1 100644
--- a/site/src/components/TitleBar.tsx
+++ b/site/src/components/TitleBar.tsx
@@ -47,12 +47,12 @@ const TitleBar: React.FC = () => {
<div className="bg-gray-900 border-b border-gray-800 py-4 px-6">
<div className="max-w-[800px] mx-auto">
<div className="flex flex-col sm:flex-row justify-between items-center">
- <div className="flex items-center space-x-3 mb-3 sm:mb-0">
- <img
- src="/rasis.webp"
- alt="573 Updates Logo"
- className="w-8 h-8"
- />
+ <div className="flex items-center space-x-3 mb-3 sm:mb-0">
+ <img
+ src="/rasis.webp"
+ alt="573 Updates Logo"
+ className="w-8 h-8 object-contain"
+ />
<div className="w-8 h-8 bg-red-700 rounded-md flex items-center justify-center">
<span className="text-white font-bold">573</span>
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage