Skip to content

Commit

Permalink
Fix github icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Mar 19, 2025
1 parent bc6f897 commit 92cfd74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Steps to replace the default layout
2. Inside this folder, create a file named default.vue.
3. Define your custom layout structure inside this file as needed.

Example of layout/default.vue
Example of layouts/default.vue

```vuejs
<template>
Expand Down
5 changes: 4 additions & 1 deletion src/components/Layout/LayoutHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
</ClientOnly>
</div>
<div class="flex items-center ml-2 border-base-muted">
<TrackerReport icon />
<TrackerReport
icon
button-class="text-primary-content"
/>
</div>
</div>
</div>
Expand Down

0 comments on commit 92cfd74

Please sign in to comment.