Skip to content

Commit 9bc18f7

Browse files
committed
Updated files
1 parent 5cf05df commit 9bc18f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Guestbook.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default function Guestbook({ fallbackData }) {
120120
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"
121121
type="submit"
122122
>
123-
{form.state === Form.Loading ? <LoadingSpinner /> : 'Sign'}
123+
{form.state === Form.Loading ? <LoadingSpinner /> : 'Sign In'}
124124
</button>
125125
</form>
126126
)}

0 commit comments

Comments
 (0)