Skip to content

Commit

Permalink
cleanup: Better id for the helpful layout
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 22, 2024
1 parent ebfa736 commit c6fa68f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

- Remove margin from the first paragraph inside blockquotes

- Better id for the helpful layout

## Development

- Syntax fixes across elements
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Helpful.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>

Check failure on line 1 in src/layouts/Helpful.vue

View workflow job for this annotation

GitHub Actions / format

Component name "Helpful" should always be multi-word
<section id="simple-layout">
<section id="helpful-layout">
<p class="dialog-buttons">
<a href="#top" target="_top">↑ Go to top</a>
<template v-if="theme.nav.git || frontmatter.footlink">
Expand All @@ -24,7 +24,7 @@ const { theme, frontmatter } = useData();
</script>

<style lang="scss">
#simple-layout {
#helpful-layout {
margin-top: 3rem;
}
Expand Down

0 comments on commit c6fa68f

Please sign in to comment.