Skip to content

Commit 53d03a8

Browse files
authored
Update downloads page to reflect current state (#12)
* Update downloads page to reflect current state * Update downloads page to reflect current state
1 parent a9696dc commit 53d03a8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,7 @@ footer.footer .footer-legal-link:hover {
14621462
.download-option:hover {
14631463
border-color: var(--color-primary);
14641464
background-color: rgba(168, 85, 247, 0.05);
1465+
text-decoration: none;
14651466
}
14661467

14671468
.download-option-icon {

src/pages/downloads.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ export default function Downloads() {
2626
</div>
2727
<div className="download-category-info">
2828
<h2 className="download-category-title">8th Wall Desktop</h2>
29-
<p className="download-category-description">XR Game Engine for development. Build 3D & AR experiences and deploy to web, iOS, and Android.</p>
29+
<p className="download-category-description">XR Game Engine for development. Build 3D & AR experiences and deploy to web.</p>
3030
</div>
3131
</div>
3232
<div className="download-columns">
3333
<div className="download-column">
3434
<h3 className="download-column-title">Mac</h3>
3535
<div className="download-column-buttons">
36-
<a href="https://8th.io/mac-arm64-latest" className="download-option" target="_blank" rel="noopener">
36+
<a href="https://8th.io/mac-arm64-latest" className="download-option" download>
3737
<div className="download-option-icon">
3838
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
3939
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z" />
@@ -48,7 +48,7 @@ export default function Downloads() {
4848
<line x1="12" y1="15" x2="12" y2="3" />
4949
</svg>
5050
</a>
51-
<a href="https://8th.io/mac-intel-latest" className="download-option" target="_blank" rel="noopener">
51+
<a href="https://8th.io/mac-intel-latest" className="download-option" download>
5252
<div className="download-option-icon">
5353
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
5454
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z" />
@@ -68,7 +68,7 @@ export default function Downloads() {
6868
<div className="download-column">
6969
<h3 className="download-column-title">Windows</h3>
7070
<div className="download-column-buttons">
71-
<a href="https://8th.io/win-x64-latest" className="download-option" target="_blank" rel="noopener">
71+
<a href="https://8th.io/win-x64-latest" className="download-option" download>
7272
<div className="download-option-icon">
7373
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
7474
<path d="M3 12V6.75l9-5.25 9 5.25V12l-9 5.25L3 12zm9 3.75l7-4.083V7.5L12 11.583 5 7.5v4.167l7 4.083zM12 3L5.5 6.75 12 10.5l6.5-3.75L12 3z" />
@@ -87,7 +87,7 @@ export default function Downloads() {
8787
</div>
8888
</div>
8989
</div>
90-
<p className="download-note">Offline download available now. Full open source coming soon.</p>
90+
<p className="download-note">Past releases can be accessed on <a href="http://github.com/8thwall/desktop/releases">Github Releases</a></p>
9191
</div>
9292
</div>
9393
</section>

0 commit comments

Comments
 (0)