Skip to content

Commit 609b884

Browse files
committed
branding image update
1 parent 1873fe0 commit 609b884

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

public/images/data/brandassets.png

60.6 KB
Loading

src/pages/press.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ import FlexibleSection from "../components/FlexibleSection.astro";
55
import HomeSection from "../components/home/HomeSection.astro";
66
import AstroButton from "../components/AstroButton.astro";
77
import { Image } from "astro:assets";
8-
import brandAssets from "/public/images/data/key-visual-AW.png";
8+
import brandAssets from "/public/images/data/brandassets.png";
99
import contactImage from "/public/images/data/key-visual-BD.png";
1010
const title = "defguard - Press Kit";
11-
const featuredImage =
12-
"github.com/DefGuard/defguard.github.io/raw/main/public/images/product/core/hero-image.png";
11+
const featuredImage = "public/images/product/core/hero-image.png";
1312
const imageWidth = "1920";
1413
const imageHeight = "1080";
1514
const url = "https://defguard.net/press/";
@@ -87,7 +86,7 @@ const tags = [
8786
defguard has been featured in various technology and security publications. Here are some recent articles and mentions:
8887
</p>
8988
<div class="articles-grid">
90-
<a href="/blog/defguard-pre-seed" target="" class="article-card">
89+
<a href="/blog/defguard-pre-seed" class="article-card">
9190
<span class="publication">Blog</span>
9291
<h3 class="article-title">
9392
Defguard Secures Strategic Partners and Raises EUR 1.2 Million in Pre-Seed Funding

0 commit comments

Comments
 (0)