feat: Updated marketing site
This commit is contained in:
@@ -5,7 +5,7 @@ export function Footer() {
|
||||
return (
|
||||
<footer className="foot">
|
||||
<div className="rail foot__in">
|
||||
<p>Vantage self-hosted fleet control for people who own their servers.</p>
|
||||
<p>Vantage server management for people who own their servers.</p>
|
||||
{NAV_LINKS.map((link) => (
|
||||
<Link key={link.href} href={link.href}>
|
||||
{link.label}
|
||||
|
||||
Reference in New Issue
Block a user