Skip to content

Commit

Permalink
Merge pull request #3 from ayaka-notes/main
Browse files Browse the repository at this point in the history
Update index.tsx
  • Loading branch information
Musicminion authored Jul 30, 2023
2 parents 31b34e2 + 6995e62 commit cc528dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Web/src/components/Avatar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import React from 'react';
import mystyle from './style.module.css';
import clsx from 'clsx';
import config from '@generated/docusaurus.config';

export default function MainAvatar() {
return (
<div>
<img className={mystyle.MainAvatar} src="/img/logo-avatar.png" alt="ayaka" />
<img className={mystyle.MainAvatar} src={config.baseUrl + "img/logo-avatar.png"} alt="ayaka" />
</div>
);
}
}

1 comment on commit cc528dc

@vercel
Copy link

@vercel vercel bot commented on cc528dc Jul 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.