Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 3, 2021
1 parent 0622e61 commit f33e72a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions playground/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<template>
<div style="position: relative">
<a src="https://github.com/whatchanged-community/whatchanged">
<img :src="githubLogoUrl" style="position: fixed; right: 0; top: 0; height: 60px" />
<a
src="https://github.com/whatchanged-community/whatchanged"
target="_blank"
style="position: fixed; right: 0; top: 0"
>
<img :src="githubLogoUrl" style="width: 60px; height: 60px" />
</a>

<div class="toolbar">
Expand Down

0 comments on commit f33e72a

Please sign in to comment.