diff --git a/components/OtherMessage.tsx b/components/OtherMessage.tsx index 842e198d..737ca168 100644 --- a/components/OtherMessage.tsx +++ b/components/OtherMessage.tsx @@ -1,28 +1,23 @@ -const ChatOtherMessage = ( - { time, message, sender, senderNickName, isPrimary }: any, -) => { +const ChatOtherMessage = ({ name, time, message, isPrimary, nickName }: any) => { const isPrimaryClass = isPrimary ? "c-talk-chat other primary" : "c-talk-chat other subsequent"; - return (
  • {isPrimary && (
    )} -
    {isPrimary && (
    -

    {senderNickName}

    +

    {nickName}

    )} -

    {convertLineBreak(message)} diff --git a/components/WelcomeMessage.tsx b/components/WelcomeMessage.tsx index 439ebeaf..616e6155 100644 --- a/components/WelcomeMessage.tsx +++ b/components/WelcomeMessage.tsx @@ -17,7 +17,7 @@ const ChatOtherMessage = (

    )} diff --git a/components/welcome.tsx b/components/welcome.tsx index f9d7a697..f5f26c19 100644 --- a/components/welcome.tsx +++ b/components/welcome.tsx @@ -90,7 +90,7 @@ function welcome() {
    logo @@ -142,6 +142,44 @@ function welcome() { list
    +
    +
    +
    +

    © 2024 Tomiyama Shota.

    +

    + Operat By takoserver +

    + +

    + This site is protected by reCAPTCHA and the Google + Privacy Policy and + Terms of Service apply. +

    + +
    +
    +