File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import React from 'react' ;
2- import Paper from '@mui/material/Paper' ;
3- import { styled } from '@mui/material' ;
4- import { Twitter } from 'lucide-react' ;
1+ import { Bird } from 'lucide-react' ;
52
63export function LifeInvaderTitle ( ) {
74 return (
85 < div className = 'h-[50px] w-full flex nowrap flex-row justify-center items-center bg-neutral-700 rounded border border-neutral-600' >
9- < Twitter size = { 24 } className = 'text-sky-400' />
6+ < Bird size = { 24 } className = 'text-sky-400' />
107 </ div >
118 ) ;
129}
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { Twitter } from 'lucide-react' ;
2+ import { Bird } from 'lucide-react' ;
33
44const TwitterIcon : React . FC = ( ) => (
5- < Twitter size = { 30 } />
5+ < Bird size = { 30 } />
66) ;
77
88export default TwitterIcon ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import { Twitter } from 'lucide-react' ;
2+ import { Bird } from 'lucide-react' ;
33
44const TwitterIcon : React . FC = ( ) => (
5- < Twitter size = { 16 } />
5+ < Bird size = { 16 } />
66)
77
88export default TwitterIcon ;
You can’t perform that action at this time.
0 commit comments