We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a460f58 commit db79bafCopy full SHA for db79baf
app/layout.tsx
@@ -6,8 +6,8 @@ import s from "./page.module.scss";
6
const inter = Inter({ subsets: ["latin"] });
7
8
const metadata: Metadata = {
9
- title: "Create Next App",
10
- description: "Generated by create next app",
+ title: "use-shader-fx",
+ description: "wide variety of shader effects for React",
11
};
12
13
export default function RootLayout({
package.json
@@ -1,5 +1,6 @@
1
{
2
- "name": "distortion-carousel",
+ "name": "use-shader-fx",
3
+ "description": "wide variety of shader effects for React",
4
"version": "0.1.0",
5
"private": true,
"scripts": {
0 commit comments