1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Merge pull request #755 from Budibase/help-button

help button
This commit is contained in:
Martin McKeaveney 2020-10-19 16:03:26 +01:00 committed by GitHub
commit 803a0051eb

View file

@ -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>