Skip to content

Commit

Permalink
Merge pull request #411 from sinamics/logo
Browse files Browse the repository at this point in the history
New Ztnet logo
  • Loading branch information
sinamics authored May 17, 2024
2 parents 5b5cda8 + bf64615 commit 42b74eb
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<br />
<p align="center">
<a href="https://github.com/sinamics/ztnet">
<img src="docs/images/logo/ztnet_original.png" alt="Logo" width="80" height="60">
<img src="docs/images/logo/ztnet_200x178.png" alt="Logo" width="80" height="60">
</a>

<p align="center">
Expand Down
5 changes: 3 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const darkCodeTheme = require("prism-react-renderer/themes/oceanicNext");
const config = {
title: 'ZTNET - ZeroTier Web UI',
tagline: 'Zerotier Controller Web UI',
favicon: 'img/ztnet_16x16.png',
// favicon: 'img/ztnet_16x14.png',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://ztnet.network',
Expand Down Expand Up @@ -159,7 +160,7 @@ const config = {
title: 'ZTNET',
logo: {
alt: 'ZTNET',
src: 'img/ztnet_100x100.png',
src: 'img/ztnet_100x89.png',
// height: '20px,
width: '35px',
},
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/images/logo/ztnet_100x89.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_16x14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_200x178.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_300x267.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_orginal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/logo/ztnet_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ztnet_logo.psd
Binary file not shown.
Binary file added docs/images/ztnet_social.psd
Binary file not shown.
Binary file modified docs/static/img/favicon.ico
Binary file not shown.
Binary file removed docs/static/img/ztnet_100x100.png
Binary file not shown.
Binary file added docs/static/img/ztnet_100x89.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/ztnet_16x16.png
Binary file not shown.
Binary file added docs/static/img/ztnet_social.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/img/ztnet_social.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/layouts/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useTheme } from "next-themes";
import Image from "next/image";
import { globalSiteTitle } from "~/utils/global";
import { useSidebarStore } from "~/utils/store";
import ZtnetLogo from "docs/images/logo/ztnet_100x100.png";
import ZtnetLogo from "docs/images/logo/ztnet_200x178.png";
import Link from "next/link";

const Themes = [
Expand Down

0 comments on commit 42b74eb

Please sign in to comment.