Skip to content

Commit

Permalink
updated logo uri and pkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnlgsakib committed Jul 16, 2024
1 parent 12839d0 commit b6cc0a0
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": "msc-uikit",
"version": "0.1.11",
"version": "0.1.12",
"description": "Set of UI components for msc projects",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Svg/Icons/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SvgProps } from "../types";
const Icon: React.FC<SvgProps> = (props) => {
return (
<img
src="https://www.mindchainswap.com/logo.png" // Replace with the path to your PNG file
src="https://i.postimg.cc/wT81Mxhj/mindchainsw-ap-256-01.png" // Replace with the path to your PNG file
alt="Logo" // Provide an appropriate alt text for accessibility
{...props} // Spread any additional props passed to the component
/>
Expand Down

0 comments on commit b6cc0a0

Please sign in to comment.