Skip to content

Commit c52aa06

Browse files
✨ Add Bifrost banner to pricing section (#195)
1 parent 20fead7 commit c52aa06

File tree

4 files changed

+282
-16
lines changed

4 files changed

+282
-16
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<svg
2+
{{ $attributes }}
3+
xmlns="http://www.w3.org/2000/svg"
4+
viewBox="0 0 40 40"
5+
fill="none"
6+
aria-hidden="true"
7+
>
8+
<path
9+
d="M25.66 17.636L40 20L25.66 22.364C23.968 22.644 22.64 23.968 22.364 25.66L20 40L17.636 25.66C17.356 23.968 16.032 22.64 14.34 22.364L0 20L14.34 17.636C16.032 17.356 17.36 16.032 17.636 14.34L20 0L22.364 14.34C22.644 16.032 23.968 17.36 25.66 17.636Z"
10+
fill="currentColor"
11+
/>
12+
</svg>

0 commit comments

Comments
 (0)