chore(deps): update devdependencies (#2782)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-08-16 16:20:49 +01:00 committed by GitHub
parent efa8a89f92
commit 55372aa530
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1397 additions and 2167 deletions

View file

@ -13,7 +13,7 @@ useHydratedHead({
<template>
<MainContent>
<template #title>
<NuxtLink to="/public/pinned" timeline-title-style flex items-center gap-2 @click="$scrollToTop">
<NuxtLink to="/pinned" timeline-title-style flex items-center gap-2 @click="$scrollToTop">
<div i-ri:pushpin-line />
<span>{{ t('account.pinned') }}</span>
</NuxtLink>