Skip to content

Commit

Permalink
incorporate review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Aug 20, 2024
1 parent 17325dd commit 8c90c6d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 43 deletions.
26 changes: 0 additions & 26 deletions src/components/docs/Footer.astro

This file was deleted.

1 change: 0 additions & 1 deletion src/components/pages/LinkCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const { class: className, href } = Astro.props;
border: 3px solid var(--wm-accent);
border-radius: var(--border-radius);
box-shadow: 0px 1px 1px hsla(0, 0%, 0%, .1), 0px 2px 1px hsla(0, 0%, 0%, .1), 0px 3px 2px hsla(0, 0%, 0%, .1);
max-width: fit-content;
font-size: var(--step-0);
margin-block-end: var(--space-s);
color: var(--color-black);
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/PrCta.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const { label } = Astro.props;
gap: var(--space-2xs);
margin-block-end: var(--space-s);
justify-content: center;
font-size: var(--step--1);
}

.cta p {
Expand Down
8 changes: 1 addition & 7 deletions src/data/home.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"browsers": [],
"providers": [],
"search": [
{
"name": "Mojeek",
"image": "logo-search-mojeek.svg",
"link": "https://www.mojeek.com"
}
],
"search": [],
"plugins": [
{
"name": "Astro Monetization",
Expand Down
32 changes: 25 additions & 7 deletions src/pages/index-beta.astro

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const pluginsList = data.plugins.filter(function(plugin){
<div class="contentWrapperSm">
<p>
Web Monetization is being proposed as a W3C standard at <a
href="https://github.com/WICG/webmonetization"
href="https://wicg.io/"
rel="noreferrer noopener"
target="_blank"
>
Expand Down Expand Up @@ -65,7 +65,7 @@ const pluginsList = data.plugins.filter(function(plugin){
</div>
</section>
<section class="section">
<div class="contentWrapperLg twoColGrid">
<div class="contentWrapperLg">
{data.wallets.length > 0 && (
<div class="gridItem">
<div class="sectionHeader">
Expand Down

0 comments on commit 8c90c6d

Please sign in to comment.