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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user