mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-23 21:23:39 +00:00
fix: react errors
This commit is contained in:
parent
1bb8882fcb
commit
e4aa5613b1
1 changed files with 3 additions and 2 deletions
|
@ -78,7 +78,7 @@ export function SkillSet() {
|
|||
</a>
|
||||
<a href="https://pptr.dev/" className={"tech-icons inline-flex"}>
|
||||
<Icon icon={puppeteer} className="w-40" />
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div className="inline-flex">
|
||||
<a href="https://sass-lang.com/" className={"tech-icons inline-flex"}>
|
||||
|
@ -137,6 +137,7 @@ export function SkillSet() {
|
|||
<div className={"tech-icons inline-flex"}><Icon icon={tailwind} className='w-40' /></div>
|
||||
</div> */}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue