mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-11-04 00:19:01 +01:00 
			
		
		
		
	chore: maintenance
This commit is contained in:
		@@ -10,9 +10,9 @@ export const InterestItem: React.FC<InterestItemProps> = (props) => {
 | 
			
		||||
  const { fontAwesomeIcon, title } = props
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <li className='interest-item my-2 mx-2 w-8 h-8' title={title}>
 | 
			
		||||
    <li className='interest-item my-2 mx-2 h-8 w-8' title={title}>
 | 
			
		||||
      <FontAwesomeIcon
 | 
			
		||||
        className='text-yellow cursor-pointer h-full w-full block dark:text-yellow-dark'
 | 
			
		||||
        className='block h-full w-full cursor-pointer text-yellow dark:text-yellow-dark'
 | 
			
		||||
        icon={fontAwesomeIcon}
 | 
			
		||||
      />
 | 
			
		||||
    </li>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ import { InterestItem } from './InterestItem'
 | 
			
		||||
 | 
			
		||||
export const InterestsList: React.FC = () => {
 | 
			
		||||
  return (
 | 
			
		||||
    <div className='flex justify-center my-4'>
 | 
			
		||||
      <ul className='flex justify-around p-0 m-0 list-none w-96'>
 | 
			
		||||
    <div className='my-4 flex justify-center'>
 | 
			
		||||
      <ul className='m-0 flex w-96 list-none justify-around p-0'>
 | 
			
		||||
        <InterestItem
 | 
			
		||||
          title='Developer Full Stack Junior'
 | 
			
		||||
          fontAwesomeIcon={faCode}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user