Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Feat(web): Introduce UNSTABLE_Footer comp…
Browse files Browse the repository at this point in the history
…onent #DS-1367
  • Loading branch information
dlouhak committed Jul 18, 2024
1 parent 750f0e9 commit 68f5fd3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 159 deletions.
19 changes: 0 additions & 19 deletions packages/web/src/scss/components/UNSTABLE_Footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ The basic usage of this component could be:
<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>
Expand All @@ -59,15 +57,12 @@ The basic usage of this component could be:
<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>
Expand All @@ -81,23 +76,18 @@ The basic usage of this component could be:
<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>
Expand All @@ -111,11 +101,9 @@ The basic usage of this component could be:
<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>
Expand All @@ -129,15 +117,12 @@ The basic usage of this component could be:
<li>
<a href="www.example.com" class="link-secondary">Legal notice</a>
</li>

<li>
<a href="www.example.com" class="link-secondary">Terms of service</a>
</li>

<li>
<a href="www.example.com" class="link-secondary">Privacy policy</a>
</li>

<li>
<a href="www.example.com" class="link-secondary">Manage cookies</a>
</li>
Expand All @@ -164,19 +149,15 @@ you can use separated `Grid` components. The number of columns can be set for ea
<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>

<li>
<a href="www.example.com">Link</a>
</li>
Expand Down
Loading

0 comments on commit 68f5fd3

Please sign in to comment.