Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anyaparekh committed Aug 16, 2023
1 parent ae1858c commit 93300b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
export let icon: IconType;
export let width: string | number = "100%";
export let height: string | number = "100%";
export let inline: boolean | number = false;
export let inline = false;
export let color = "currentColor";
</script>

Expand Down
10 changes: 4 additions & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,16 @@
<div id="sponsorship-content">
<h2>
We
<Icon icon="heart" width="1em" height="1em" inline={true} />
<Icon icon="heart" width="1em" height="1em" inline />
Our Sponsors
</h2>
<div class="row-center" />
<p>
Our drive to write impactful software for social good is made possible
by equally socially minded organizations. A sponsorship with Hack4Impact
is a lasting relationship that brings us to your commnunity and, in
turn, supports our work.
A sponsorship with Hack4Impact is a lasting relationship that brings us
to your community and, in turn, supports our work.
</p>
<div class="row-center gap">
<Button type="primary-white" href="/join/sponsors">For Sponsors</Button>
<Button type="primary-white" href="/join/sponsors">Work With Us</Button>
</div>
</div>
</Row>
Expand Down

0 comments on commit 93300b4

Please sign in to comment.