@@ -19,7 +19,7 @@ const Credits: React.FC = () => {
19
19
< Typography variant = "h4" gutterBottom color = "secondary" >
20
20
Idea Contributors
21
21
</ Typography >
22
- < Typography paragraph color = "text.secondary" >
22
+ < Typography color = "text.secondary" >
23
23
This project was inspired by some projects submitted during HackIIIT
24
24
2024. We would like to acknowledge the following teams whose projects
25
25
have inspired this portal:
@@ -44,7 +44,7 @@ const Credits: React.FC = () => {
44
44
< Typography variant = "h4" gutterBottom color = "secondary" >
45
45
Code Contributors
46
46
</ Typography >
47
- < Typography paragraph color = "text.secondary" >
47
+ < Typography color = "text.secondary" >
48
48
The core implementation and development of this project were carried
49
49
out by:
50
50
</ Typography >
@@ -59,7 +59,7 @@ const Credits: React.FC = () => {
59
59
< ListItemText primary = "Ankith Pai" />
60
60
</ ListItem >
61
61
</ List >
62
- < Typography paragraph color = "text.secondary" >
62
+ < Typography color = "text.secondary" >
63
63
We look forward to adding more contributors to this list as the
64
64
project evolves!
65
65
</ Typography >
@@ -69,12 +69,12 @@ const Credits: React.FC = () => {
69
69
< Typography variant = "h4" gutterBottom color = "secondary" >
70
70
Users and Beta Testers
71
71
</ Typography >
72
- < Typography paragraph color = "text.secondary" >
72
+ < Typography color = "text.secondary" >
73
73
A big thank you to all our beta testers who provided invaluable
74
74
feedback and bug reports. Your efforts have greatly improved the
75
75
quality of this platform.
76
76
</ Typography >
77
- < Typography paragraph color = "text.secondary" >
77
+ < Typography color = "text.secondary" >
78
78
Finally, to all our users: your feedback is what makes this platform
79
79
better for everyone. Thank you for sharing your thoughts and reviews!
80
80
</ Typography >
0 commit comments