fix: new PAT not in list and cmp revenue (#5614)

* fix cmp info revenue not showing #5610

* fix use head referencing undefined

* fix new PAT not pushed to list and use new modal

* remove flex wrap in header nav
This commit is contained in:
Truman Gao
2026-03-19 00:06:35 +00:00
committed by GitHub
parent 1d10af09f5
commit 922b72d1a4
6 changed files with 68 additions and 52 deletions
+3 -3
View File
@@ -193,13 +193,13 @@ import MessageBanner from '~/components/ui/MessageBanner.vue'
import type { DisplayLocation } from '~/plugins/cosmetics'
import { isDarkTheme, type Theme } from '~/plugins/theme/index.ts'
const { addNotification } = injectNotificationManager()
const { formatMessage } = useVIntl()
useHead({
title: () => `${formatMessage(messages.headTitle)} - Modrinth`,
})
const { addNotification } = injectNotificationManager()
const { formatMessage } = useVIntl()
const messages = defineMessages({
headTitle: {
id: 'settings.head-title',