Skip to content

Commit c15bd2f

Browse files
authored
Merge pull request #119 from sensslen/simon/improve-footer
improve ui to be more readable
2 parents 706096d + c6a6d9b commit c15bd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Footer: React.FC = () => {
66
const { t } = useTranslation();
77

88
return (
9-
<footer className="fixed bottom-0 left-0 w-full bg-white/80 text-gray-600 text-center py-1 text-xs z-10">
9+
<footer className="fixed bottom-0 left-0 w-full bg-linear-to-t from-60% from-white to-white/0 text-gray-600 text-center text-xs z-10 h-8 flex items-end justify-center p-1">
1010
{t('footer.version', { version: APP_VERSION })}
1111
</footer>
1212
);

0 commit comments

Comments
 (0)