Feat: added "last updated" footer
This commit is contained in:
parent
93c11f128e
commit
7aa576279b
|
@ -209,6 +209,11 @@ function App() {
|
||||||
testCount={testCount}
|
testCount={testCount}
|
||||||
toShuffle={toShuffle}
|
toShuffle={toShuffle}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
|
<p><x-small>last updated: November 9, 2023</x-small></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue