Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit f155bc1

Browse files
authored
Merge pull request #34 from vinayakkulkarni/main
feat: add nuxt3 card in template
2 parents 7c4f52a + 52a062b commit f155bc1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/Templates.js‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Typography from '@material-ui/core/Typography'
44
import{makeStyles}from'@material-ui/core/styles';
55
importTemplateCardfrom'./components/TemplateCard';
66
importvuefrom'./assets/vue.png';
7+
importnuxt3from'./assets/nuxt3.png';
78
importreactfrom'./assets/react.png';
89
importjsfrom'./assets/js.png';
910
importchromefrom'./assets/chrome.png';
@@ -14,6 +15,11 @@ const TEMPLATES = [
1415
title: 'Vue',
1516
url: 'https://github.com/ffmpegwasm/vue-app',
1617
},
18+
{
19+
img: nuxt3,
20+
title: 'Nuxt 3',
21+
url: 'https://github.com/ffmpegwasm/nuxt-app',
22+
},
1723
{
1824
img: react,
1925
title: 'React',

‎src/assets/nuxt3.png‎

1.77 KB
Loading

0 commit comments

Comments
(0)