Skip to content

Commit

Permalink
(core) feat(questions): ui integration of new dataset for questions
Browse files Browse the repository at this point in the history
  • Loading branch information
arenault-pass committed Feb 11, 2024
1 parent 2098950 commit 6be7649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/Gamescreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default function Gamescreen() {

return (
<View className="items-center">
<Text className="text-black font-semibold text-center text-sm">Thème : {item.Theme}</Text>
<Text className="text-3xl text-white font-black p-4">{currentPlayer.name}</Text>
<Text className="text-white font-semibold text-center text-sm">{item.Questions}</Text>
</View>
Expand Down

0 comments on commit 6be7649

Please sign in to comment.