Skip to content

Commit fb3e48b

Browse files
committed
ui changes
1 parent 7c8fe18 commit fb3e48b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/pages/about.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default function About() {
6464
<Layout transparentHeader>
6565
<Head>
6666
<title>{t('about.title') || 'About TopicsFlow - The Future of Discussion'}</title>
67+
<link rel="icon" type="image/png" href="https://i.postimg.cc/FY5shL9w/chat.png" />
6768
<meta name="description" content={t('about.metaDescription') || 'TopicsFlow is a modern Reddit-style discussion platform with real-time chat rooms.'} />
6869
</Head>
6970

frontend/pages/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ const LoginPage: React.FC = () => {
329329
<img
330330
src="https://i.postimg.cc/FY5shL9w/chat.png"
331331
alt="TopicsFlow Logo"
332-
className="h-10 w-10"
332+
className="h-8 w-8"
333333
/>
334334
<span className="text-xl font-bold theme-text-primary no-underline">
335335
{t('common.appName')}

0 commit comments

Comments
 (0)