Skip to content

Commit

Permalink
Add GNOME Nepal logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Jan 1, 2025
1 parent d9a972b commit 9e0775b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/gnomenepal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import UCALogo from './assets/logo.svg'
import PashupatinathTempleImage from '@assets/pashupatinath_temple.jpg'
import UbuConAsiaCommitteeLogo from "@assets/UbuConAsiaCommittee.svg"
import OSCollectiveLogo from "@assets/oscollective.webp";
import GNOMENepal from "@assets/gnomenepal.svg";

export interface SubMenuItem {
link: string;
Expand Down Expand Up @@ -114,6 +115,7 @@ export const WebsiteConfig = {
srcRepoUrl: "https://github.com/ubucon-asia/2025.ubucon.asia",
organizers: [
{ name: "UbuCon Asia Committee", logoImage: UbuConAsiaCommitteeLogo.src, link: "https://www.ubucon.asia" },
{ name: "GNOME Nepal", logoImage: GNOMENepal.src, link: "https://nepal.gnome.org/" },
{ name: "Open Source Collective", logoImage: OSCollectiveLogo.src, link: "https://www.oscollective.org/" }
]
},
Expand Down

0 comments on commit 9e0775b

Please sign in to comment.