Skip to content

Commit

Permalink
feat: add id to hero image, update css selector
Browse files Browse the repository at this point in the history
  • Loading branch information
manojpudasaini authored Jul 9, 2024
1 parent 367159d commit 04f0bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
img[src="/geng.webp"] {
img[id="geng-brand-logo"] {
border-radius: 50%;
}
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ hero:
image:
src: /geng.webp
alt: Gen-G
id: geng-brand-logo
actions:
- theme: brand
text: Getting started
Expand Down

0 comments on commit 04f0bab

Please sign in to comment.