We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6337eed commit 5e45627Copy full SHA for 5e45627
1 file changed
src/components/footer.tsx
@@ -154,7 +154,7 @@ export function Footer() {
154
</div>
155
156
157
- <div className="typo-body-small md:typo-body-large mt-36 flex w-full items-center justify-center gap-4 text-center text-text-secondary mx-auto md:mb-12 md:px-8 md:max-w-7xl md:justify-between md:text-left">
+ <div className="typo-body-small md:typo-body-large mx-auto mt-36 flex w-full items-center justify-center gap-4 text-center text-text-secondary md:mb-12 md:max-w-7xl md:justify-between md:px-8 md:text-left">
158
<p id="copyright">PoliNetwork 2016-2026 © All rights reserved</p>
159
{/**<div id="select-language">
160
<DropdownButton
0 commit comments