chore: you don't imagine how difficult is english

This commit is contained in:
2023-07-07 12:59:10 +00:00
parent 9e79136974
commit 5c713ae2a2

View File

@@ -2,7 +2,6 @@ import './App.css'
import * as React from 'react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faGithub } from '@fortawesome/free-brands-svg-icons'
import osulogo from './assets/osulogo.svg'
function App() {
// OsuBeat :weary:
@@ -11,7 +10,7 @@ function App() {
<div>
<div className='aboutMeBox'>
<img src='https://github.com/SrIzan10.png' height='200px' />
<p>I'm a hobbyist developer and <a href='https://osu.ppy.sh/users/SrIzan10'>osu! player</a> based on Spain who loves to open-source and work on teams.</p>
<p>I'm a hobbyist developer and <a href='https://osu.ppy.sh/users/SrIzan10'>osu! player</a> based on Spain who loves to open-source and to work on teams.</p>
<p>Stalk me on social media:</p>
<div className='icons'>
<FontAwesomeIcon icon={faGithub} onDragOver={() => setOsuBeat(true)} beatFade={osuBeat} />