Skip to content

Commit 5bb6a9f

Browse files
committed
Use public web icon for GitHub Pages
1 parent 8c413d3 commit 5bb6a9f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/LandingPage.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from "react";
2-
import appIcon from "../../src-tauri/icons/icon.png";
32

43
const features = [
54
{
@@ -30,7 +29,7 @@ function LandingPage() {
3029
<header className="flex flex-col gap-5 border-b border-white/10 pb-6 sm:flex-row sm:items-center sm:justify-between">
3130
<div className="flex items-center gap-4">
3231
<div className="flex h-14 w-14 items-center justify-center rounded-2xl border border-emerald-400/30 bg-white/5 shadow-[0_0_30px_rgba(0,229,160,0.18)]">
33-
<img src={appIcon} alt="DevStack icon" className="h-10 w-10" />
32+
<img src="./devstack-preview.png" alt="DevStack icon" className="h-10 w-10 rounded-[10px]" />
3433
</div>
3534
<div>
3635
<div className="font-mono text-xs uppercase tracking-[0.32em] text-emerald-300/80">DevStack</div>

0 commit comments

Comments
 (0)