Skip to content

Commit

Permalink
Resize feedback column to w-40
Browse files Browse the repository at this point in the history
  • Loading branch information
taximanli committed Nov 27, 2024
1 parent a10a68e commit 0fef1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/SettingsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const SettingsModal = ({
<div className="text-left">
<h2 className="local-font text-base text-gray-600 dark:text-gray-300">{t('Feedback')}</h2>
</div>
<div className='w-48 text-right'>
<div className='w-40 text-right'>
{' '}<a className="underline text-sm text-gray-600 dark:text-gray-300" href="https://github.com/taximanli/kotobade-asobou/issues" rel="noreferrer" target="_blank">Github</a>{' |'}
{' '}<a className="underline text-sm text-gray-600 dark:text-gray-300" href="https://bsky.app/profile/taximanli.bsky.social" rel="noreferrer" target="_blank">Bluesky</a>{' |'}
{' '}<a className="underline text-sm text-gray-600 dark:text-gray-300" href="https://twitter.com/taximanli" rel="noreferrer" target="_blank">Twitter</a>{' '}
Expand Down

0 comments on commit 0fef1a5

Please sign in to comment.