File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
documentation/src/refine-theme Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { TopAnnouncement } from "./top-announcement";
1313
1414import { LandingGithubStarButton } from "./landing-github-star-button" ;
1515import SearchBar from "../theme/SearchBar" ;
16- import { RefineLogoIcon } from "./icons/refine-logo" ;
16+ import { RefineLogoXmas } from "./icons/refine-logo-xmas " ;
1717
1818type Props = {
1919 hasSticky ?: boolean ;
@@ -82,7 +82,7 @@ export const CommonHeader = ({
8282 >
8383 < div className = { clsx ( "w-[130px]" , "landing-lg:w-[200px]" ) } >
8484 < Link to = "/" onContextMenu = { openFigma } >
85- < RefineLogoIcon className = "text-gray-900 dark:text-gray-0" />
85+ < RefineLogoXmas className = "text-gray-900 dark:text-gray-0" />
8686 </ Link >
8787 </ div >
8888 < button
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import Link from "@docusaurus/Link";
22import clsx from "clsx" ;
33import React from "react" ;
44import { openFigma } from "../utils/open-figma" ;
5+ import { RefineLogoXmas } from "./icons/refine-logo-xmas" ;
56
67interface Props {
78 className ?: string ;
@@ -23,16 +24,7 @@ export const DocRefineLogo = ({ className }: Props) => {
2324 className = { clsx ( "no-underline" , "flex items-center gap-2" ) }
2425 onContextMenu = { openFigma }
2526 >
26- < Logo className = "text-refine-cyan dark:text-refine-cyan-alt" />
27- < span
28- className = { clsx (
29- "text-gray-1000 dark:text-gray-0" ,
30- "text-base" ,
31- "font-semibold" ,
32- ) }
33- >
34- Refine
35- </ span >
27+ < RefineLogoXmas className = "text-gray-900 dark:text-gray-0" />
3628 </ Link >
3729 < span
3830 className = { clsx (
File renamed without changes.
You can’t perform that action at this time.
0 commit comments