Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
taga3s committed Jul 21, 2024
1 parent 1e01880 commit 73e6bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/profile/ProfileLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const links = [
export const ProfileLinks = () => {
return (
<section class={Layout}>
<h2 class={Header}>My Links</h2>
<h2 class={Header}>Links</h2>
<div class={LinkCard_Container}>
{links.map((link) => (
<a href={link.url} class={link.style} key={link.title}>
Expand Down
4 changes: 2 additions & 2 deletions src/components/profile/ProfileMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const ProfileMain = () => {
</div>
<ul class={Introduction}>
<li>🛠️ 趣味やインターンでコードを書いています!</li>
<li>🐳 Webと法律とラーメンと...</li>
<li>🪂 アニメ・漫画好きです</li>
<li>🐳 Web、法律、ラーメンと...</li>
<li>🤖 アニメ/漫画やゲームも好きです</li>
</ul>
</div>
);
Expand Down

0 comments on commit 73e6bea

Please sign in to comment.