Skip to content

Commit

Permalink
feat(applet): add doc/github title in DevToolsHeader component (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
reslear authored Jun 25, 2024
1 parent b767983 commit a54f7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/applet/src/components/basic/DevToolsHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ const router = useVirtualRouter()
</slot>
</div>
<div>
<a class="pr2" :href="docLink" target="_blank">
<a class="pr2" :href="docLink" target="_blank" title="View Documentation">
<i class="i-clarity:document-line cursor-pointer op70 text-base hover:op100" />
</a>
<a v-if="githubRepoLink" :href="githubRepoLink" target="_blank">
<a v-if="githubRepoLink" :href="githubRepoLink" target="_blank" title="Star on GitHub">
<i class="i-mdi:github cursor-pointer op70 text-base hover:op100" />
</a>
</div>
Expand Down

0 comments on commit a54f7a0

Please sign in to comment.