Skip to content

Commit

Permalink
remove duplicate style class
Browse files Browse the repository at this point in the history
  • Loading branch information
karannakra committed Jun 25, 2023
1 parent 2b72279 commit 97974af
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 @@ -80,7 +80,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 97974af

Please sign in to comment.