Skip to content

Commit

Permalink
feat: ameliorate fiche entreprise/etablissement
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Nov 29, 2023
1 parent d1e1342 commit f79a96c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/components/DataSheets/dataSheets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
}
&__bloc_section {
scroll-margin: $spacing-6;
cursor: pointer;
.data {
@media print {
display: flex !important;
Expand Down Expand Up @@ -251,6 +250,7 @@
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
.icon {
background-color: transparent;
border: none;
Expand Down
8 changes: 8 additions & 0 deletions src/client/src/components/HomePage/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ export const IconItems = ({ users, isLoading = false }) => {

return (
<div className="home-page__section ">
<iframe
title="Report Section"
// width="600"
height="373.5"
src="https://app.powerbi.com/view?r=eyJrIjoiNzdiNjg5YzgtNzk2OC00ZTkwLWEwOWYtNTBlOGM1ODc2ZjFlIiwidCI6IjAzNWU1MjkyLTVhMjUtNDUwOS1iYjA4LWE1NTVmN2QzMWE4YiJ9"
frameBorder="0"
allowFullScreen="true"
/>
<h2 className="home-page__blue-title">FCE en chiffres</h2>
<div className="columns icons">
{items.map((item, index) => {
Expand Down

0 comments on commit f79a96c

Please sign in to comment.