mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-22 18:43:57 +00:00
feat: Add notice before showing e-mail (#327)
Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
export let label: string = '';
|
||||
export let disabled: boolean = false;
|
||||
export let toolTipText: string | undefined = undefined;
|
||||
export let style: string = '';
|
||||
|
||||
$: type = $$slots.default ? type : 'icon';
|
||||
</script>
|
||||
@@ -26,6 +27,7 @@
|
||||
<button
|
||||
on:click
|
||||
class={`${type} ${variant}`}
|
||||
style="{style}"
|
||||
class:disabled
|
||||
aria-label={label}
|
||||
type={functionType}
|
||||
|
||||
Reference in New Issue
Block a user