Mobile Navbar #75

Merged
a258wang merged 17 commits from feat/navbar-mobile into main 2021-07-07 18:13:40 -04:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 88d95d414d - Show all commits

View File

@ -1,9 +1,10 @@
import React from "react";
import Head from "next/head";
export default function Resources() {
return (
<Head>
<meta http-equiv="refresh" content="0;url=/resources/services" />
<meta httpEquiv="refresh" content="0;url=/resources/services" />
</Head>
);
}