Skip to content

Commit

Permalink
Remove - from Notes Component
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn committed Oct 25, 2023
1 parent 6bcb262 commit 95e4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/components/Note/Note.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Note = ({ children, source, pull }: Props) => {
</p>
{source && (
<div className="flex justify-end text-lg font-[375] leading-8 text-contrast-secondary-dark sm:text-xl sm:leading-10">
<p className="max-w-[50%]">{`- ${source}`}</p>
<p className="max-w-[50%]">{source}</p>
</div>
)}
</div>
Expand Down

0 comments on commit 95e4166

Please sign in to comment.