Skip to content

Commit

Permalink
fix: block-chain-bg.png does not show up in top navigation bar. (#1568)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot authored Dec 19, 2024
1 parent 5ff7ae7 commit 55429d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/page/PageFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const isTouchDevice = inject('isTouchDevice', false)
section.section.is-top-section {
padding-top: 0;
padding-bottom: 0;
background-image: url("assets/block-chain-bg.png");
background-image: url("@/assets/block-chain-bg.png");
background-repeat: no-repeat;
background-size: 104px
}
Expand Down

0 comments on commit 55429d8

Please sign in to comment.