We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf05df commit 9bc18f7Copy full SHA for 9bc18f7
components/Guestbook.tsx
@@ -120,7 +120,7 @@ export default function Guestbook({ fallbackData }) {
120
className="flex items-center justify-center absolute right-1 top-1 px-4 pt-1 font-medium h-8 bg-gray-100 dark:bg-gray-700 text-gray-900 dark:text-gray-100 rounded w-28"
121
type="submit"
122
>
123
- {form.state === Form.Loading ? <LoadingSpinner /> : 'Sign'}
+ {form.state === Form.Loading ? <LoadingSpinner /> : 'Sign In'}
124
</button>
125
</form>
126
)}
0 commit comments