mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
update footer
This commit is contained in:
@@ -52,8 +52,18 @@ export default function Footer() {
|
||||
|
||||
{/* Copyright - Center */}
|
||||
<div className="mt-8 pt-8 border-t border-gray-800 text-center text-gray-400">
|
||||
<p>ProxMenux, an open-source and collaborative project by MacRimi.</p>
|
||||
</div>
|
||||
<p>
|
||||
ProxMenux, an open-source and collaborative project by{' '}
|
||||
<a
|
||||
href="https://github.com/MacRimi"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-blue-400 hover:underline"
|
||||
>
|
||||
MacRimi
|
||||
</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
|
@@ -49,8 +49,18 @@ export default function Footer() {
|
||||
|
||||
{/* Copyright - Center */}
|
||||
<div className="mt-8 pt-8 border-t border-gray-800 text-center text-gray-400">
|
||||
<p>ProxMenux, an open-source and collaborative project by MacRimi.</p>
|
||||
</div>
|
||||
<p>
|
||||
ProxMenux, an open-source and collaborative project by{' '}
|
||||
<a
|
||||
href="https://github.com/MacRimi"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-blue-400 hover:underline"
|
||||
>
|
||||
MacRimi
|
||||
</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
|
Reference in New Issue
Block a user