Skip to content

Change website title from Gitpodflix to AvivaFlix #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gitpod Flix</title>
<title>AvivaFlix</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions frontend/src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Navbar() {
<nav className="fixed top-0 w-full z-50 bg-gradient-to-b from-black to-transparent p-4">
<div className="flex items-center justify-between max-w-7xl mx-auto">
<div className="flex items-center space-x-8">
<h1 className="text-red-600 text-2xl font-bold">GITPOD FLIX</h1>
<h1 className="text-red-600 text-2xl font-bold">AVIVAFLIX</h1>
<div className="hidden md:flex space-x-4">
<a href="#" className="text-white hover:text-gray-300">Home</a>
<a href="#" className="text-white hover:text-gray-300">TV Shows</a>
Expand All @@ -32,4 +32,4 @@ function Navbar() {
)
}

export default Navbar
export default Navbar