Skip to content

Commit

Permalink
Add transparent logo (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Havret authored Jun 7, 2024
1 parent ac044e8 commit 5825f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module.exports = {
tagline: 'Unofficial .NET client library for Apache ActiveMQ Artemis utilizing the CORE protocol',
url: 'https://havret.github.io',
baseUrl: '/dotnet-activemq-artemis-core-client',
favicon: 'img/artemis.png',
favicon: 'img/artemis_transparent.png',
organizationName: 'havret', // Usually your GitHub org/user name.
projectName: 'dotnet-activemq-artemis-core-client', // Usually your repo name.
themeConfig: {
navbar: {
title: '.NET CORE Client for ActiveMQ Artemis',
logo: {
alt: '.NET CORE Client for ActiveMQ Artemis',
src: 'img/artemis.png',
src: 'img/artemis_transparent.png',
},
items: [
{
Expand Down
Binary file added website/static/img/artemis_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5825f3f

Please sign in to comment.