Scrapboard.org client

Update layout.tsx

authored by

Turtlepaw and committed by
GitHub
40ef2780 38a3f69c

+1 -1
+1 -1
src/app/layout.tsx
··· 21 21 const inter = Inter({ subsets: ["latin"] }); 22 22 23 23 export const metadata: Metadata = { 24 - title: "Scribbleboard", 24 + title: "pin.to.it", 25 25 description: "Simple scrapboard client", 26 26 }; 27 27