change(ui) - fetch details modal - no content text size
This commit is contained in:
parent
dce19801b7
commit
26e7f7f751
1 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue