Skip to content

Commit 69918ea

Browse files
Merge pull request #140 from sketchomania/main
added navigation link on 'view all open issues' button on the community page
2 parents 5237689 + 30bb48d commit 69918ea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/routes/community/+page.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,15 @@
201201
<p class="aw-main-body-500 u-margin-block-start-4">
202202
Anyone can join and help Appwrite become better.
203203
</p>
204-
<button class="aw-button is-secondary u-margin-block-start-32">
204+
<a
205+
href="https://github.com/appwrite/appwrite/issues"
206+
target="_blank"
207+
rel="noopener noreferrer"
208+
class="aw-button is-secondary u-margin-block-start-32"
209+
>
205210
<span class="aw-icon-github" aria-hidden="true" />
206211
<span class="">View all Open Issues</span>
207-
</button>
212+
</a>
208213
</div>
209214
<div class="u-stretch">
210215
<table class="aw-table-line">

0 commit comments

Comments
 (0)