Skip to content

Commit 44e822c

Browse files
committed
update
1 parent 1fda992 commit 44e822c

File tree

1 file changed

+6
-0
lines changed
  • apps/languagesv2/languages-v2-web/src/pages

1 file changed

+6
-0
lines changed

apps/languagesv2/languages-v2-web/src/pages/Home.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import React, { useState } from 'react';
22
import VietnameseWords, { VietnameseWord } from './VietnameseWords';
33

4+
// Example build version, replace this with an environment variable if needed.
5+
const buildVersion = '1.0.0';
6+
47
const frequentVietnameseWords = VietnameseWords;
58

69
function Home() {
@@ -88,6 +91,9 @@ function Home() {
8891
<div className="text-center text-gray-800 text-sm">
8992
Made with <span className="text-red-500 animate-pulse">❤️</span> by <strong className="text-indigo-800">Thảnh Thơi Team</strong>
9093
</div>
94+
<div className="text-center text-gray-600 mt-2">
95+
Build Version: <span className="font-semibold">{buildVersion}</span>
96+
</div>
9197
</footer>
9298
</div>
9399
);

0 commit comments

Comments
 (0)