Skip to content

Commit

Permalink
Merge pull request #70 from untilhamza/release/v1.15.1
Browse files Browse the repository at this point in the history
Release/v1.15.1
  • Loading branch information
Mtavya420 committed Apr 1, 2023
2 parents f6668da + afa9312 commit 9db8bff
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/.pnp
.pnp.js


# testing
/coverage

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"react-app"
]
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=04e9e6107e23bbb2571a7b33d5faeef1"></script>

</body>
</html>
4 changes: 2 additions & 2 deletions src/components/MapDirections/MapDirections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const MapDirections = () => {
};
return (
<div className="mb-2 row p-3 gap-2">
<Button variant="outline-primary col" className="d-block w-100" onClick={handleViewKakaoMapClick}>
<Button variant="primary col" className="d-block w-100" onClick={handleViewKakaoMapClick}>
Kakao Map Directions
</Button>
<Button variant="outline-primary col" className="d-block w-100" onClick={handleViewGoogleMapClick}>
<Button variant="primary col" className="d-block w-100" onClick={handleViewGoogleMapClick}>
Google Map Directions
</Button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.15.0"
"version": "1.15.1"
}

0 comments on commit 9db8bff

Please sign in to comment.