feat: sponsors in about page and nav footer

This commit is contained in:
Anthony Fu 2023-01-11 23:24:00 +01:00
parent 2b3b5fe4cb
commit e34bfee4a5
7 changed files with 86 additions and 7 deletions

View file

@ -1,4 +1,5 @@
<script lang="ts" setup>
/* eslint-disable no-alert */
import { fileOpen } from 'browser-fs-access'
import type { UserLogin } from '~/types'