Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rain1024 committed Oct 23, 2024
1 parent 1fda992 commit 44e822c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/languagesv2/languages-v2-web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import React, { useState } from 'react';
import VietnameseWords, { VietnameseWord } from './VietnameseWords';

// Example build version, replace this with an environment variable if needed.
const buildVersion = '1.0.0';

const frequentVietnameseWords = VietnameseWords;

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

0 comments on commit 44e822c

Please sign in to comment.