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.
2 parents 706096d + c6a6d9b commit c15bd2fCopy full SHA for c15bd2f
src/components/Footer.tsx
@@ -6,7 +6,7 @@ const Footer: React.FC = () => {
6
const { t } = useTranslation();
7
8
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">
+ <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">
10
{t('footer.version', { version: APP_VERSION })}
11
</footer>
12
);
0 commit comments