Skip to content

Commit

Permalink
feat: text props is now mandatory
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Mermod <ludovic.mermod@epfl.ch>
  • Loading branch information
NoeTerrier and Thechi2000 authored Aug 9, 2023
1 parent ee4e2d2 commit 77a177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Title.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default function Title({ text }: { text?: string }) {
export default function Title({ text }: { text: string }) {
return (
<div className="flex items-center">
<div className="bg-blue-950 w-10 h-0.5 mr-2" />
Expand Down

0 comments on commit 77a177a

Please sign in to comment.