Make public room not show hash symbol

This commit is contained in:
Jack Kingsman
2026-01-17 19:50:05 -08:00
parent 8d98a93245
commit 15107f3793
5 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<script type="module" crossorigin src="/assets/index-CGSJJsxM.js"></script>
<script type="module" crossorigin src="/assets/index-DvZkZ2Ie.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D2NVJvYv.css">
</head>
<body>

View File

@@ -606,7 +606,8 @@ export function App() {
<span className="flex flex-wrap items-baseline gap-x-2 min-w-0 flex-1">
<span className="flex-shrink-0">
{activeConversation.type === 'channel' &&
!activeConversation.name.startsWith('#')
!activeConversation.name.startsWith('#') &&
activeConversation.name !== 'Public'
? '#'
: ''}
{activeConversation.name}