Skip to content
Merged
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
Binary file modified build/ui-bundle.zip
Binary file not shown.
8 changes: 5 additions & 3 deletions src/partials/footer-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@

<footer class="footer">
<div class="footer__addr">
<div id="footer-logo" alt="TigerGraph Logo"> </div>
<a href="https://www.tigergraph.com/">
<div id="footer-logo" alt="TigerGraph Logo"></div>
</a>

<address>
3 Twin Dolphin Drive, Ste 225<br>
Redwood City, CA 94065<br>
680 N McCarthy Blvd Ste 240<br>
Milpitas, CA 95035<br>
</address>
<div class="legal">
<p>Copyright © 2026 TigerGraph</p>
Expand Down
4 changes: 3 additions & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<header class="header">
<nav class="navbar">
<div class="navbar-brand hide-for-print">
<img id="navbar-logo" class="navbar-item" src="https://www.tigergraph.com/wp-content/uploads/2020/05/TG_LOGO.svg" alt="TigerGraph Logo">
<a href="https://www.tigergraph.com/" class="navbar-item">
<img id="navbar-logo" src="https://www.tigergraph.com/wp-content/uploads/2020/05/TG_LOGO.svg" alt="TigerGraph Logo">
</a>
{{!-- <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}">{{site.title}}</a> --}}
<a class="navbar-item" href="https://www.tigergraph.com/docs/home/">{{site.title}}</a>
<button class="navbar-burger" data-target="topbar-nav">
Expand Down
Loading