almost change all layouts to ssr
This commit is contained in:
@@ -34,7 +34,7 @@ function Head({ data, loading }) {
|
||||
</p>
|
||||
<TextLoading width={55} height={22} loading={loading}>
|
||||
<p className="text-[#9B9B9B] text-[11px] md:text-[14px] lg:text-[16px] font-medium">
|
||||
{data.date_of_release}
|
||||
{data?.date_of_release}
|
||||
</p>
|
||||
</TextLoading>
|
||||
</div>
|
||||
@@ -44,7 +44,7 @@ function Head({ data, loading }) {
|
||||
</p>
|
||||
<TextLoading width={55} height={22} loading={loading}>
|
||||
<p className="text-[#9B9B9B] text-[11px] md:text-[14px] lg:text-[16px] font-medium">
|
||||
{data.time}
|
||||
{data?.time}
|
||||
</p>
|
||||
</TextLoading>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user