Secure .gov websites use HTTPS
-
A{" "}
+
A{' '}
lock ()
- {" "}
+ {' '}
or https:// means you've safely connected
to the .gov website. Share sensitive information only on
official, secure websites.
diff --git a/src/app/globals.css b/src/app/globals.css
index 6409f77..c5f16b8 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -1,8 +1,8 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
-@import "@trussworks/react-uswds/lib/uswds.css";
-@import "@trussworks/react-uswds/lib/index.css";
+@import '@trussworks/react-uswds/lib/uswds.css';
+@import '@trussworks/react-uswds/lib/index.css';
:root {
--background: #ffffff;
@@ -69,7 +69,7 @@ h1 {
}
h1 {
- font-family: "Source Sans Pro", sans-serif;
+ font-family: 'Source Sans Pro', sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 50.28px;
@@ -78,7 +78,7 @@ h1 {
h2 {
color: #224a58;
- font-family: "Source Sans Pro", sans-serif;
+ font-family: 'Source Sans Pro', sans-serif;
font-size: 2rem;
font-style: normal;
font-weight: 700;
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 66181e2..6f50d2b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,12 +1,16 @@
-import type { Metadata } from "next";
-import "./globals.css";
-import Script from "next/script";
-import Navbar from "./components/Header";
-import Footer from "./components/Footer";
-import USABanner from "./components/UsaBanner";
+import type { Metadata } from 'next';
+import './globals.css';
+import Script from 'next/script';
+import Header from './components/Header';
+import Footer from './components/Footer';
+import USABanner from './components/UsaBanner';
+import { basePath } from './utils/constants';
export const metadata: Metadata = {
- title: "DIBBS Site",
+ title: 'DIBBS Site',
+ icons: {
+ icon: `${basePath}/app/favicon.ico`,
+ },
};
export default function RootLayout({
@@ -16,11 +20,10 @@ export default function RootLayout({
}>) {
return (
-
-
+
{children}
diff --git a/src/app/our-products/page.tsx b/src/app/our-products/page.tsx
index 684eb9f..0ac25cb 100644
--- a/src/app/our-products/page.tsx
+++ b/src/app/our-products/page.tsx
@@ -1,4 +1,4 @@
-import Link from "next/link";
+import Link from 'next/link';
export default function ProductDetail() {
return (
@@ -6,16 +6,16 @@ export default function ProductDetail() {
Our Products
-
- Home
+ Home
-
- Our products
+ Our products
-
- Product detail
+ Product detail
-
- Resources
+ Resources