File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ) }
You can’t perform that action at this time.
0 commit comments