Skip to content
Snippets Groups Projects
Commit 8ee3b0e3 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

miniscule changes

parent 5a03a43b
No related branches found
No related tags found
No related merge requests found
Pipeline #528933 failed
......@@ -32,7 +32,7 @@ let tabs = [
<h2>Public Outreach</h2>
<p>Teams are to be established for various responsibilities, including a public outreach team with a minimum of five members focusing on social media and networking with other iGEM teams. Specific positions to fill include a deadline manager and teams for sponsoring, theme areas, and the Grand Jamboree presentations. Additional responsibilities include organizing the village booth, design team tasks, and ensuring the completion of safety, judging, and attribution forms.</p>
<h2>Jamboree & MeetUps</h2>
<p>The team plans a trip to Paris via train, which takes approximately 6 hours and 15 minutes. Travel costs will be covered, with team members only needing to pay for meals. Suggested travel dates are from October 21st to 31st, coinciding with the iGEM Jamboree from October 23rd to 26th, with accommodation to be determined based on team preferences.</p>
......
......@@ -57,7 +57,7 @@ const PieChart: React.FC = () => {
maintainAspectRatio: false,
plugins: {
legend: {
display: true,
display: true, // possible to blend out legend
position: 'bottom' as const, // Puts labels below the chart
labels: {
boxWidth: 20, // Controls the size of the color box next to the labels
......@@ -65,6 +65,10 @@ const PieChart: React.FC = () => {
usePointStyle: true,
},
},
title: {
display: true,
text: 'Types of mutations',
},
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment