Skip to content

Commit

Permalink
Merge pull request #2 from ajravinath/dev
Browse files Browse the repository at this point in the history
update title
  • Loading branch information
ajravinath authored Sep 26, 2023
2 parents e66dc25 + f0ab436 commit 0bc7c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anuja-me",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/section-profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const SectionProfile = () => {
<div class="section__text">
<div class="section__text__p1"></div>
<h1 class="title">${document.myName}</h1>
<p class="section__text__p2">Front-end Developer</p>
<p class="section__text__p2">Software Engineer</p>
<div class="btn-container">
<button
class="btn btn-color-2"
Expand Down

0 comments on commit 0bc7c45

Please sign in to comment.