use custom kebabcase function

This commit is contained in:
Timothy
2021-01-16 18:07:08 +08:00
parent 6f90fc50db
commit fdda4c2042
7 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
import Link from 'next/link'
import kebabCase from 'just-kebab-case'
import { kebabCase } from '@/lib/utils'
const Tag = ({ text }) => {
return (