Skip to content

Commit bccf9f3

Browse files
authored
Merge pull request #52 from DefGuard/server-download
merge errors fix1
2 parents fd7a87b + e629ad0 commit bccf9f3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/components/buttons/DownloadButton/DownloadButton.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,7 @@ export const DownloadButton = ({ platformType, owner, repo, version }: DownloadP
205205
{isButtonClicked ? (
206206
<CheckIcon />
207207
) : platform !== PlatformType.ARCHLINUX ? (
208-
<DownloadIcon
209-
platformType={platform}
210-
owner={owner}
211-
repo={repo}
212-
version={version}
213-
/>
208+
<DownloadIcon />
214209
) : (
215210
<h3></h3>
216211
)}

src/pages/download-confirm.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const tags = [
6666
<ProductSection padding="none">
6767
<FlexibleSection title="Download defguard Server" id="release-info" variant="white" theme="light">
6868
<div slot="left">
69-
<GithubReleases repoUrl="https://github.com/DefGuard/defguard" count={5} />
69+
<GithubReleases repoUrl="https://github.com/DefGuard/defguard" />
7070
</div>
7171
<div slot="right">
7272
<NewsletterSection

0 commit comments

Comments
 (0)