From a8fa08063ae0fad89621dd54b782d509339eac60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxixn2=E2=80=9D?= Date: Mon, 30 Dec 2024 09:35:41 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20::=20[#37]=20DetailView=20Em?= =?UTF-8?q?oji=20Name=20Edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../App/Sources/Feature/DetailFeature/Sources/DetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift b/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift index 9a2d8ae..a3b0acd 100644 --- a/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift +++ b/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift @@ -2,7 +2,7 @@ import SwiftUI struct DetailView: View { @State private var topNavigationState: Bool = false - @State private var emojiName: [String] = ["heart", "congrats", "thumbsUp", "thinking", "poop", "china"] + @State private var emojiName: [String] = ["heart", "congratstion", "thumbsUp", "thinking", "poop", "china"] @State private var emojiServerName: [String] = ["HEART", "CONGRATUATION", "THUMBSUP", "THINKING", "POOP", "CHINA"] @State private var graySmileState: Bool = false @Environment(\.dismiss) private var dismiss From 4f67b9e14e665d805a5617c7dcd52b87ead0f726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cxixn2=E2=80=9D?= Date: Mon, 30 Dec 2024 09:36:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=8E=A8=20::=20[#37]=20DetailView=20Em?= =?UTF-8?q?oji=20Name=20Edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../App/Sources/Feature/DetailFeature/Sources/DetailView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift b/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift index a3b0acd..9a2d8ae 100644 --- a/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift +++ b/Projects/App/Sources/Feature/DetailFeature/Sources/DetailView.swift @@ -2,7 +2,7 @@ import SwiftUI struct DetailView: View { @State private var topNavigationState: Bool = false - @State private var emojiName: [String] = ["heart", "congratstion", "thumbsUp", "thinking", "poop", "china"] + @State private var emojiName: [String] = ["heart", "congrats", "thumbsUp", "thinking", "poop", "china"] @State private var emojiServerName: [String] = ["HEART", "CONGRATUATION", "THUMBSUP", "THINKING", "POOP", "CHINA"] @State private var graySmileState: Bool = false @Environment(\.dismiss) private var dismiss