next session

This commit is contained in:
2023-07-15 16:15:17 +00:00
parent d4e21505ad
commit c6d43a95fa
28 changed files with 988 additions and 72 deletions

View File

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