add theme color
This commit is contained in:
		@@ -1,9 +1,13 @@
 | 
				
			|||||||
import "@/styles/globals.css";
 | 
					import "@/styles/globals.css";
 | 
				
			||||||
import PlausibleProvider from "next-plausible";
 | 
					import PlausibleProvider from "next-plausible";
 | 
				
			||||||
import { type Metadata } from "next";
 | 
					import { type Metadata, type Viewport } from "next";
 | 
				
			||||||
import { Geist } from "next/font/google";
 | 
					import { Geist } from "next/font/google";
 | 
				
			||||||
import { WebVitals } from "./components/web-vitals";
 | 
					import { WebVitals } from "./components/web-vitals";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export const viewport: Viewport = {
 | 
				
			||||||
 | 
					  themeColor: [{ color: "oklch(0.97 0.0228 95.96)" }],
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const metadata: Metadata = {
 | 
					export const metadata: Metadata = {
 | 
				
			||||||
  title:
 | 
					  title:
 | 
				
			||||||
    "InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",
 | 
					    "InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user