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.
1 parent 236e9d3 commit 5b753d9Copy full SHA for 5b753d9
src/components/Footer/Footer.tsx
@@ -8,11 +8,11 @@ const Footer: React.FC = () => {
8
<div className="container mx-auto">
9
<div className="flex flex-col md:flex-row items-center justify-between gap-6">
10
<div className="flex items-center">
11
- <span className="text-sm mr-2">Funded by Polkadot Treasury</span>
+ <span className="text-sm">Funded by Polkadot Treasury</span>
12
</div>
13
14
15
- <span className="text-sm mr-2">Developed by Subscan Team</span>
+ <span className="text-sm">Developed by Subscan Team</span>
16
17
18
<div className="flex items-center space-x-4">
0 commit comments