Skip to content

Commit

Permalink
Update Applet Runner product favicon (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
epanholz authored Oct 29, 2024
1 parent d8dd7f4 commit 40abb42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/astro-theme/lib/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import cheerpjLogotype from "../assets/branding/products/cheerpj/logotype-white.
import cheerpxLogotype from "../assets/branding/products/cheerpx/logotype-white.svg";
import jnlprunnerLogotype from "../assets/branding/products/cheerpj-extensions/jnlp-logo.png";
import jnlprunnerLogotypeLarge from "../assets/branding/products/cheerpj-extensions/cheerpj-jnlprunner-large.png";
import appletrunnerLogotype from "../assets/branding/products/cheerpj-extensions/applet-logo.png";
import appletrunnerLogotypeLarge from "../assets/branding/products/cheerpj-extensions/cheerpj-appletrunner-large.png";
import gamesrunnerLogotypeLarge from "../assets/branding/products/cheerpx-extensions/cheerpx-gamesrunner-white.png";

Expand Down Expand Up @@ -111,7 +112,7 @@ export const products: { [product in Product]: ProductData } = {
name: "CheerpJ Applet Runner",
href: "/docs/cheerpj-applet-runner",
logotype: appletrunnerLogotypeLarge,
favicon: "/cheerpj2/favicon.ico",
favicon: appletrunnerLogotype.src,
subtitle: "Run Java Applets in the modern browser",
description: "Run Java Applets in modern browsers without plugins",
github: "https://github.com/leaningtech/cheerpj-applet-runner",
Expand Down

0 comments on commit 40abb42

Please sign in to comment.