Skip to content

Commit

Permalink
Merge pull request #140 from sketchomania/main
Browse files Browse the repository at this point in the history
added navigation link on 'view all open issues' button on the community page
  • Loading branch information
TorstenDittmann authored Oct 1, 2023
2 parents 5237689 + 30bb48d commit 69918ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/routes/community/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,15 @@
<p class="aw-main-body-500 u-margin-block-start-4">
Anyone can join and help Appwrite become better.
</p>
<button class="aw-button is-secondary u-margin-block-start-32">
<a
href="https://github.com/appwrite/appwrite/issues"
target="_blank"
rel="noopener noreferrer"
class="aw-button is-secondary u-margin-block-start-32"
>
<span class="aw-icon-github" aria-hidden="true" />
<span class="">View all Open Issues</span>
</button>
</a>
</div>
<div class="u-stretch">
<table class="aw-table-line">
Expand Down

0 comments on commit 69918ea

Please sign in to comment.