fix(ui): #ai-data-access anchor exists, so the banner's Settings button lands

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
archipelago
2026-08-07 15:01:12 -04:00
co-authored by Claude
parent 7686a486ec
commit eaf0f07346
@@ -28,8 +28,8 @@ const aiCategoryGroups = computed(() => {
</script>
<template>
<!-- AI Data Access Section -->
<div class="glass-card px-6 py-6 mb-6">
<!-- AI Data Access Section id is the banner's #ai-data-access hash target -->
<div id="ai-data-access" class="glass-card px-6 py-6 mb-6 scroll-mt-4">
<div class="mb-2">
<h2 class="text-xl font-semibold text-white/96">{{ t('settings.aiDataAccess') }}</h2>
</div>