mirror of
https://github.com/chartdb/chartdb.git
synced 2026-01-13 23:41:33 -06:00
fix for tempalte name novel database (#379)
This commit is contained in:
@@ -5,13 +5,13 @@ import imageDark from '@/assets/templates/visual-novel-db-dark.png';
|
||||
|
||||
export const visualNovelDb: Template = {
|
||||
slug: 'visual-novel-database',
|
||||
name: 'The Visual Novel Database',
|
||||
shortDescription: 'The Visual Novel Database',
|
||||
name: 'Visual Novel Database',
|
||||
shortDescription: 'Visual Novel Database',
|
||||
description:
|
||||
'A comprehensive database for information about visual novels.',
|
||||
image,
|
||||
imageDark,
|
||||
tags: ['Postgres', 'The Visual Novel Database'],
|
||||
tags: ['Postgres', 'Visual Novel Database'],
|
||||
featured: true,
|
||||
url: 'https://vndb.org',
|
||||
diagram: {
|
||||
|
||||
Reference in New Issue
Block a user