commit
15ff1c9ac0
|
@ -74,6 +74,13 @@
|
|||
}}>
|
||||
<PreviewIcon />
|
||||
</span>
|
||||
<span class="topnavitemright">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://github.com/Budibase/budibase/discussions">
|
||||
<i class="ri-question-fill help" />
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -186,4 +193,9 @@
|
|||
span:first-letter {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.help {
|
||||
font-size: 24px;
|
||||
color: var(--grey-7);
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue