Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Sep 9, 2024
1 parent ab0a055 commit 593109a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hypha/templates/ws/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -867,11 +867,9 @@ <h2 className="text-2xl font-bold">Bookmarks</h2>
) : (
<i className="fas fa-cogs fa-2x text-green-400 mr-3"></i>
)}

{/* Title */}
<p className="text-white whitespace-pre-wrap break-words">{item.name}</p>
</div>

<p className="text-gray-400 whitespace-pre-wrap break-words">ID: <code>{item.id}</code></p>
{/* Description */}
<p className="text-gray-400 mb-4">{item.description || "No description available"}</p>

Expand Down

0 comments on commit 593109a

Please sign in to comment.