Skip to content

Commit

Permalink
Merge branch 'pages/About' of github.com:NIAEFEUP/website-ae into pag…
Browse files Browse the repository at this point in the history
…es/About
  • Loading branch information
rubuy-74 committed Sep 15, 2024
2 parents 094b977 + dd9670b commit f346d78
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions app/(site)/about/AvatarLineup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,6 @@ interface Props {
sections: BoardSection[]
}

const placeholderPerson : Person = {
id: 0,
name: "test",
position: {
id: 0,
name: "",
updatedAt:"",
createdAt:"",
},
updatedAt: "",
createdAt: ""
}

const avatarGroups = {
"Presidência": [
<Avatar key="1" person={placeholderPerson} />,
<Avatar key="2" person={placeholderPerson}/>,
<Avatar key="3" person={placeholderPerson}/>,
],
"Vice Presidentes": [
<Avatar key="4" person={placeholderPerson}/>,
<Avatar key="5" person={placeholderPerson}/>,
<Avatar key="6" person={placeholderPerson}/>,
<Avatar key="7" person={placeholderPerson}/>,
],
"Conselho Fiscal": [
<Avatar key="8" person={placeholderPerson}/>,
<Avatar key="9" person={placeholderPerson}/>,
<Avatar key="10" person={placeholderPerson}/>,
],
"Mesa da Assembleia Geral": [
<Avatar key="11" person={placeholderPerson}/>,
<Avatar key="12" person={placeholderPerson}/>,
<Avatar key="13" person={placeholderPerson}/>,
],
};

const AvatarLineup = ({ presidentSection,sections }: Props) => {
const [showAll, setShowAll] = useState(false);

Expand Down

0 comments on commit f346d78

Please sign in to comment.