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 ec2eb01 commit 1d77425Copy full SHA for 1d77425
src/components/Footer/Footer.component.tsx
@@ -8,9 +8,6 @@ import React from 'react';
8
const Footer = () => (
9
<footer className="bg-white border-t border-gray-200">
10
<div className="container max-w-6xl mx-auto px-6 py-3 flex items-center justify-between">
11
- <div className="flex items-center">
12
- <span className="text-xl font-bold tracking-wide text-gray-800">NETTBUTIKK</span>
13
- </div>
14
<div className="text-gray-600">
15
© {new Date().getFullYear()} Daniel / w3bdesign
16
</div>
0 commit comments