Skip to content

Commit

Permalink
add Pelico file for no data
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaOlas committed Sep 4, 2024
1 parent 7208e22 commit 577256f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/admin/dashboard-statistics/pelico-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ import React from 'react';
// message: string;
// }

export const PelicoCard = (message: { message }) => {
// add message props en fonction de l'onglet
export const PelicoCard = () => {
return (
<>
<div style={{ width: '100%', maxWidth: '20rem', margin: '4rem auto', backgroundColor: bgPage, padding: '1rem', borderRadius: '10px' }}>
<div style={{ width: '100%', maxWidth: '20rem', margin: '4rem auto', backgroundColor: 'grey', padding: '1rem', borderRadius: '10px' }}>
<p style={{ textAlign: 'center' }} className="text">
{message}
message de Pelico
{/* {message} */}
</p>
<Image src="/pelico-question.png" alt="image" style={{ width: '60%', height: 'auto', margin: '0 20%' }} />
<p className="text" style={{ textDecorationLine: 'underline', margin: '0 25%' }}></p>
Expand Down

0 comments on commit 577256f

Please sign in to comment.