Add page title at the top
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ed3fa529f4
commit
11e2326a50
1 changed files with 8 additions and 0 deletions
|
@ -196,8 +196,16 @@ function App() {
|
|||
};
|
||||
|
||||
return (
|
||||
|
||||
<div className="app-container">
|
||||
|
||||
<div className="page-title">
|
||||
<strong>AI English Tutor - Yesterday's movie</strong>
|
||||
</div>
|
||||
|
||||
<div className="scene-wrapper">
|
||||
|
||||
|
||||
<img src="/tutor_f.png" alt="Tutor Avatar" className="avatar" />
|
||||
|
||||
<div className="dialogue-box">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue