mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
update light mode icon.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
import type { Props } from '@theme/Icon/LightMode'
|
||||
import Icon from '@site/static/icons/day.svg'
|
||||
|
||||
export default function IconLightMode(props: Props): JSX.Element {
|
||||
return <Icon {...props} />
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user