Skip to content

Commit

Permalink
Add spacing to project links on general page
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Oct 24, 2023
1 parent 82ed3c6 commit e2d4717
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/rancher-desktop/pages/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div>
<ul>
<li>Project Discussions: <b>#rancher-desktop</b> in <a href="https://slack.rancher.io/">Rancher Users</a> Slack</li>
<li>
Project Links:
<li class="project-links">
<span>Project Links:</span>
<a href="https://github.com/rancher-sandbox/rancher-desktop">Homepage</a>
<a href="https://github.com/rancher-sandbox/rancher-desktop/issues">Issues</a>
</li>
Expand Down Expand Up @@ -152,4 +152,8 @@ export default {
}
}
}

.project-links > * {
margin-right: .25em;
}
</style>

0 comments on commit e2d4717

Please sign in to comment.