Skip to content

Commit

Permalink
fix: Fix machine learning section
Browse files Browse the repository at this point in the history
  • Loading branch information
alimoezzi committed May 8, 2022
1 parent 52ca143 commit 595739c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function Page({ startZ, distance }) {
text: [
{
type: 'text',
content: '',
content: 'Scikit-Learn',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.3
},
Expand All @@ -263,7 +263,7 @@ function Page({ startZ, distance }) {
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
content: 'Panda'
content: 'Pandas'
},
{
type: 'text',
Expand Down Expand Up @@ -364,7 +364,7 @@ function Page({ startZ, distance }) {
{
type: 'text',
font: 'https://res.cloudinary.com/du37hrqiv/raw/upload/v1650574011/Hack_Bold_Nerd_Font_Complete_o4hhif.woff',
fontSize: 0.07,
fontSize: 0.05,
content: 'React native'
},
{
Expand Down

0 comments on commit 595739c

Please sign in to comment.