mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
refactor: with styled-components
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { PrismaClient } from '@prisma/client'
|
||||
import { hashSync } from 'bcryptjs'
|
||||
import cuid from 'cuid'
|
||||
import dotenv from 'dotenv'
|
||||
|
||||
const prisma = new PrismaClient()
|
||||
@@ -53,16 +54,19 @@ async function main() {
|
||||
],
|
||||
buttonLinks: [
|
||||
{
|
||||
id: cuid(),
|
||||
label: 'Home',
|
||||
href: '#'
|
||||
},
|
||||
{
|
||||
id: cuid(),
|
||||
label: 'About',
|
||||
href: '/about'
|
||||
href: '#'
|
||||
},
|
||||
{
|
||||
id: cuid(),
|
||||
label: 'Contact',
|
||||
href: '/contact'
|
||||
href: '#'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user