Skip to content

chore(docs): update logo #1643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
- Karnaukhov-kh
- LayZeeDK
tags: [cdk, release, template]
image: /img/logo.png
image: /img/logo.svg
hide_table_of_contents: false
---

Expand Down
8 changes: 4 additions & 4 deletions apps/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const googleTrackingId = 'UA-180240379-1';
/** @type {import('@docusaurus/types').Config} */
module.exports = {
baseUrl: '/',
favicon: 'img/logo.png',
favicon: 'img/logo.svg',
/**
* Even if you don't use internalization, you can use this field to set useful
* metadata like html lang. For example, if your site is Chinese, you may want
Expand Down Expand Up @@ -76,7 +76,7 @@ module.exports = {
title: 'RxAngular',
logo: {
alt: 'RxAngular',
src: 'img/logo.png',
src: 'img/logo.svg',
},
items: [
{
Expand Down Expand Up @@ -127,7 +127,7 @@ module.exports = {
logo: {
alt: title,
href: url,
src: 'img/logo.png',
src: 'img/logo.svg',
},
links: [
{
Expand Down Expand Up @@ -183,7 +183,7 @@ module.exports = {
},
],
},
image: 'img/logo.png',
image: 'img/logo.svg',
colorMode: {
respectPrefersColorScheme: true,
},
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
padding: 0 var(--ifm-pre-padding);
}

img[src$='img/logo.png'] {
img[src$='img/logo.svg'] {
filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.25));
}

.navbar__logo img[src$='img/logo.png'] {
.navbar__logo img[src$='img/logo.svg'] {
filter: none;
}

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function HomepageHeader(): JSX.Element {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img src="img/logo.png" width="150" height="150" />
<img src="img/logo.svg" width="150" height="150" />
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
Expand Down
82 changes: 82 additions & 0 deletions apps/docs/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.