File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import Link from 'next/link';
10
10
* Example logos. We use relative paths as if they're in `/public` folder:
11
11
*/
12
12
const LOGOS = [
13
- { src : '/nodejs.svg' , alt : 'Node.js' } ,
14
- { src : '/react.svg' , alt : 'React' } ,
15
- { src : '/nextjs.svg' , alt : 'Next.js' } ,
16
- { src : '/typescript.svg' , alt : 'TypeScript' } ,
17
- { src : '/tailwindcss.svg' , alt : 'Tailwind CSS' } ,
13
+ { src : 'nextjs-app-template /nodejs.svg' , alt : 'Node.js' } ,
14
+ { src : 'nextjs-app-template /react.svg' , alt : 'React' } ,
15
+ { src : 'nextjs-app-template /nextjs.svg' , alt : 'Next.js' } ,
16
+ { src : 'nextjs-app-template /typescript.svg' , alt : 'TypeScript' } ,
17
+ { src : 'nextjs-app-template /tailwindcss.svg' , alt : 'Tailwind CSS' } ,
18
18
] ;
19
19
20
20
const GITHUB_LOGO = '/github-mark-white.svg' ;
You can’t perform that action at this time.
0 commit comments