change(ui) - fetch details modal - no content text size

This commit is contained in:
Shekar Siri 2023-05-04 13:03:05 +02:00
parent dce19801b7
commit 26e7f7f751

View file

@ -86,7 +86,7 @@ function FetchTabs({ resource }: Props) {
title={
<div className="flex flex-col items-center justify-center">
<AnimatedSVG name={ICONS.NO_RESULTS} size={170} />
<div className="mt-6 text-2xl">
<div className="mt-6">
Body is Empty or not captured.
{' '}
<a href="https://docs.openreplay.com/installation/network-options" className="link" target="_blank">
@ -118,7 +118,7 @@ function FetchTabs({ resource }: Props) {
title={
<div className="flex flex-col items-center justify-center">
<AnimatedSVG name={ICONS.NO_RESULTS} size={170} />
<div className="mt-6 text-2xl">
<div className="mt-6">
Body is Empty or not captured.
{' '}
<a href="https://docs.openreplay.com/installation/network-options" className="link" target="_blank">