Fix navigation between team and index
This commit is contained in:
parent
f13ec7982f
commit
270d7d7887
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@
|
|||
<body>
|
||||
<div class="topbar">
|
||||
<div class="topbar-group">
|
||||
<a style="display: flex; align-items: center; text-decoration: none;">
|
||||
<a href="/" style="display: flex; align-items: center; text-decoration: none;">
|
||||
<img src="icons/ttt-org.png" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
|
||||
<h4 class="logo">TechTransThai</h4>
|
||||
</a>
|
||||
<div style="display: flex; align-items: center">
|
||||
<a href="/team.html" class="headerbutton">
|
||||
<a class="headerbutton">
|
||||
ทีม
|
||||
</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://forge.techtransthai.org/techtransthai/website" class="headerbutton">
|
||||
|
|
Loading…
Reference in a new issue