Add star subscription indicators to sharing settings
This commit is contained in:
8
svelte/src/icons/Pro.svelte
Normal file
8
svelte/src/icons/Pro.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<i class="icon star" title="These options require a Pro (€4) subscription to use">star</i>
|
||||
|
||||
<style>
|
||||
.star {
|
||||
font-size: 1em;
|
||||
color: #FFCC33;
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user