Skip to content

Commit

Permalink
remove duplicate style class
Browse files Browse the repository at this point in the history
  • Loading branch information
karannakra authored and JLarky committed Jun 29, 2023
1 parent bac3ac1 commit 2c8929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/Prompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Prompt() {

return (
<Layout>
<div className="flex flex-col items-start items-center gap-4 sm:flex-row">
<div className="flex flex-col items-center gap-4 sm:flex-row">
<h3 className="w-full max-w-2xl truncate text-2xl font-bold sm:w-fit md:max-w-4xl">
{websiteTitle} / {promptQuery.data ? promptQuery.data.prompt.title : 'Loading...'}
</h3>
Expand Down

0 comments on commit 2c8929c

Please sign in to comment.