Skip to content

Commit 3493ece

Browse files
authored
[Chore] Tag changelog header with selectable attribute (#24413)
1 parent b42f27a commit 3493ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/changelog/Header.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const products = await uniqueProducts(notes);
3232
---
3333

3434
<div
35+
id="changelogHeader"
3536
class="mt-0! mb-16 ml-[calc(50%-50vw)] flex w-screen items-center justify-evenly border-b-2 border-b-(--sl-color-hairline) bg-linear-to-r from-[#FFE9CB99] to-[#FFFFFF99] p-4 max-sm:flex-col-reverse sm:h-[18.75rem] dark:from-[#FBAD411F] dark:to-[#2C2C2C00]"
3637
>
3738
<div class="text-center sm:text-left">

0 commit comments

Comments
 (0)