Run prettier
This commit is contained in:
@@ -184,7 +184,7 @@ export default function ProjectPage({
|
|||||||
return (
|
return (
|
||||||
<div key={file.name}>
|
<div key={file.name}>
|
||||||
{file.path && (
|
{file.path && (
|
||||||
<div className='lg:ml-[calc(50%-37vw)] lg:w-[74vw]'>
|
<div className="lg:ml-[calc(50%-37vw)] lg:w-[74vw]">
|
||||||
<h4>
|
<h4>
|
||||||
{file.name}
|
{file.name}
|
||||||
{file.format ? `.${file.format}` : ''}
|
{file.format ? `.${file.format}` : ''}
|
||||||
@@ -192,7 +192,7 @@ export default function ProjectPage({
|
|||||||
{file.bytes >= 5132288 && (
|
{file.bytes >= 5132288 && (
|
||||||
<span>Previewing 5MB out of {size}</span>
|
<span>Previewing 5MB out of {size}</span>
|
||||||
)}
|
)}
|
||||||
<div className='mt-5'>
|
<div className="mt-5">
|
||||||
<FlatUiTable
|
<FlatUiTable
|
||||||
url={
|
url={
|
||||||
file.path.startsWith('http')
|
file.path.startsWith('http')
|
||||||
|
|||||||
Reference in New Issue
Block a user