8000 stable v. · oleg-darkdev/code-404_app@b3fb0ce · GitHub
[go: up one dir, main page]

Skip to content

Commit b3fb0ce

Browse files
committed
stable v.
1 parent c615eeb commit b3fb0ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<script>
2+
export let link, text;
3+
</script>
4+
5+
<a href="{link}" class="std-button black w-inline-block">
6+
<div class="normal-text button-text">{text}</div>
7+
<img src="images/arrow.svg" loading="lazy" alt="Right arrow icon" class="button-arrow white">
8+
</a>
9+
10+
11+
<style>
12+
13+
</style>

0 commit comments

Comments
 (0)
0