generated from cms/tibi-docs
next session
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
import Text from "../widgets/text.svelte"
|
||||
export let description = ""
|
||||
export let path = ""
|
||||
export let bright = false
|
||||
</script>
|
||||
|
||||
<div class="textLink">
|
||||
<Text text="{description}" />
|
||||
<MoreBtn path="{path}" />
|
||||
<MoreBtn path="{path}" bright="{bright}" />
|
||||
</div>
|
||||
|
||||
<style lang="less">
|
||||
|
||||
Reference in New Issue
Block a user