Skip to content

Commit

Permalink
refactor: Enhance EntryPage and SearchResults components for improved…
Browse files Browse the repository at this point in the history
… styling and organization
  • Loading branch information
bramses committed Sep 10, 2024
1 parent 19bfa9a commit 3808f86
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 132 deletions.
6 changes: 3 additions & 3 deletions src/components/EntryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ const EntryPage = () => {
{hasTikTokEmbed && <MemoizedTikTokEmbed url={author} />}

{data ? (
<div>
<div className="m-4 [&_p]:my-6">
<p className="text-md my-4 text-gray-500">{data.data}</p>

<EditModal
Expand Down Expand Up @@ -361,7 +361,7 @@ const EntryPage = () => {
/>
{!isAddingAlias ? (
<>
<button
{/* <button
type="button"
onClick={() => {
const aliasInput = document.getElementById(
Expand All @@ -382,7 +382,7 @@ const EntryPage = () => {
aria-label="Suggest Comment"
>
Suggest Comment
</button>
</button> */}
<button
type="button"
onClick={async () => {
Expand Down
Loading

0 comments on commit 3808f86

Please sign in to comment.