Skip to content

Commit 51dbdb5

Browse files
[autofix.ci] apply automated fixes
1 parent 626a1f3 commit 51dbdb5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/components/AppHeader.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ onKeyStroke(',', e => {
5050
</script>
5151

5252
<template>
53-
<header
54-
class="sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border"
55-
>
53+
<header class="sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border">
5654
<nav :aria-label="$t('nav.main_navigation')" class="container h-14 flex items-center">
5755
<!-- Left: Logo -->
5856
<div class="flex-shrink-0">

0 commit comments

Comments
 (0)