Skip to content

Commit 578a099

Browse files
fix: footer text
1 parent 8fda04d commit 578a099

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dashboard/src/components/Footer.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import { FC } from 'react'
44
const FooterContent = () => {
55
return (
66
<p className="inline-block flex-grow text-center text-xs text-gray-500">
7-
Made with ❤️ in &nbsp;
7+
Made with ❤️ by &nbsp;
88
<a className="text-blue-400" href={REPO_URL}>
9-
PasarGuard Team
10-
</a>
9+
PasarGuard
10+
</a>{' '}
11+
Team
1112
</p>
1213
)
1314
}

0 commit comments

Comments
 (0)