Skip to content

Commit

Permalink
feat: add light icon for dark mode (#19)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7adcf9a)
  • Loading branch information
zakiego authored and novalagung committed Dec 29, 2022
1 parent beb7093 commit 2c6b885
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const config = {
title: 'Dasar Pemrograman Rust',
logo: {
alt: 'Ebook Dasar Pemrograman Rust - Belajar Rust Mulai Dari 0',
src: 'https://dasarpemrogramanrust.novalagung.com/img/logo_small.png?v=1',
src: 'https://dasarpemrogramanrust.novalagung.com/img/logo_small_dark.png',
srcDark: 'https://dasarpemrogramanrust.novalagung.com/img/logo_small_light.png',
},
items: [
{
Expand Down
Binary file added static/img/logo_small_dark.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 static/img/logo_small_light.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 2c6b885

Please sign in to comment.