Cover Image for Profileを変更

Profileを変更

2023/03/03

Profileを変更する

\src\components\features\app\Profile\Profile.tsx

export const Profile = () => (
  <div className="select-none vstack items-center gap-5 p-6 bg-primary-1">
    <div className="vstack items-center gap-2">
      <Image
        className="object-cover w-28 h-28 rounded-full"
        alt="avatar"
        src="/assets/author.png"
      />
      <h1 className="text-2xl font-semibold text-primary-1">Next.js</h1>
    </div>

h1タグのNext.jsの部分を変更する

説明文も変更

    <p className="text-primary-1">
      Modern JavaScript Framework: hybrid static & server rendering, TypeScript
      support, smart bundling, route pre-fetching...
    </p>

pタグの内容を変更する。(何を書けば良いのやら…)…

画像を変更する

\public\assets

SNSボタン

消すべきか、変更するべきか保留中(つまりそのままで放置中)