Skip to content

Commit

Permalink
fix: link to IronOS page in hints. closes #42
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Mar 13, 2023
1 parent 7608f81 commit 1cceff7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ui/src/components/TheSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ for (const group of groups.value) {
<input v-model="isHintVisible" type="checkbox" id="sw-show-hints" />
<label for="sw-show-hints"></label>
</div>
<div class="is-hidden-desktop mr-5 is-inline">&nbsp;</div>
<div class="is-hidden-desktop mr-1 is-inline">&nbsp;</div>
<p v-show="isHintVisible" class="help px-3">
<strong>You can find more information about each setting on the <a href="https://ralim.github.io/IronOS/Settings/" target="_blank">IronOS Page</a>.</strong>
</p>
</div>
</div>
<div v-if="Object.keys(settings).length > 0" class="columns is-multiline restore-click">
Expand Down Expand Up @@ -141,7 +144,7 @@ for (const group of groups.value) {
margin-bottom: 0.5rem;
}
.settings-header {
background-color: rgba(var(--secondary-color),0.1);
background-color: rgba(var(--secondary-color), 0.1);
}
.no-shadow {
box-shadow: none;
Expand Down

0 comments on commit 1cceff7

Please sign in to comment.