theme color updated
This commit is contained in:
commit
1609019a8e
@ -1,6 +1,6 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import Logo from '/public/images/logo-s2.svg'
|
import Logo from '/public/images/logo.png'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
|
||||||
const HeaderTopbar = () => {
|
const HeaderTopbar = () => {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import Logo from '/public/images/logo.svg'
|
import Logo from '/public/images/logo.png'
|
||||||
import Services from '../../api/service';
|
import Services from '../../api/service';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import React, { useState } from 'react'
|
|||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import HeaderTopbar from '../HeaderTopbar/HeaderTopbar'
|
import HeaderTopbar from '../HeaderTopbar/HeaderTopbar'
|
||||||
import MobileMenu from '../MobileMenu/MobileMenu'
|
import MobileMenu from '../MobileMenu/MobileMenu'
|
||||||
import Logo from '/public/images/logo-s2.svg'
|
import Logo from '/public/images/logo.png'
|
||||||
import Image from 'next/image'
|
import Image from 'next/image'
|
||||||
|
|
||||||
const Header2 = (props) => {
|
const Header2 = (props) => {
|
||||||
|
|||||||
BIN
public/images/logo.png
Normal file
BIN
public/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.0 KiB |
Loading…
x
Reference in New Issue
Block a user