Skip to content

Commit

Permalink
Added icons number fixes marwin1991#18
Browse files Browse the repository at this point in the history
  • Loading branch information
marwin1991 committed Nov 20, 2022
1 parent ba10034 commit c1abc3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:

# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: npm install && npm run build
- init: npm install --legacy-peer-deps && npm run build
command: npm start

# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
Expand Down
3 changes: 2 additions & 1 deletion src/pages/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ class Generator extends Component {
<Typography ref={this.scrollToRef} variant="h6" gutterBottom
style={{ width: '60%', minWidth: 250, margin: "auto", marginTop: 30, marginBottom: 30 }}>
<Box fontWeight={600}>
Search your technologies and then generate markdown code snippet to your GitHub profile.
<span role="img" aria-label="Magnifying Glass Tilted Right">🔎</span> Search your technologies and then generate markdown code snippet to your GitHub profile.
Choose from { this.state.data.length } icons! <span role="img" aria-label="Input Numbers">🔢</span>
</Box>
</Typography>
<div style={{ width: '60%', minWidth: 350, margin: "auto", marginTop: 30, marginBottom: 30 }}>
Expand Down

0 comments on commit c1abc3c

Please sign in to comment.