Skip to content

Commit

Permalink
feat: add missing url preview for the new route
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrsxx committed Nov 8, 2023
1 parent a1d7cda commit f47d6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(public)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home(): JSX.Element {
<form className='grid gap-4' action={formAction}>
<div className='flex w-full items-center py-0 pr-0'>
<p className='custom-input rounded-r-none border-r-0 text-gray-600 dark:text-gray-300'>
{URL_WITHOUT_PROTOCOL}/
{URL_WITHOUT_PROTOCOL}/l/
</p>
<input
className='custom-input w-full rounded-l-none'
Expand Down

0 comments on commit f47d6b4

Please sign in to comment.