Skip to content

Commit

Permalink
added span back, removed C from it
Browse files Browse the repository at this point in the history
  • Loading branch information
sdthaker committed Oct 11, 2023
1 parent 4ebc1fb commit 706779a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react'
// import { Header, Image } from 'semantic-ui-react'
import Curiologo from '../assets/images/Curiologo.png'
import Curiologo from '../assets/images/Csmall.png'
import './header.css';

const HeaderCurio = () => {
Expand All @@ -14,6 +14,7 @@ const HeaderCurio = () => {
<div className='gradient__text'>
<h1>
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>
</div>
Expand All @@ -34,6 +35,7 @@ const HeaderCurio = () => {
<div className=' gradient__text gradient__text-m'>
<h1>
<img src={Curiologo} alt='Curio' className='curio__icon' />
<span>URIO</span>
</h1>
<p className='curio__tag'><b>Your Video Translator :)</b></p>

Expand Down

0 comments on commit 706779a

Please sign in to comment.