Skip to content

Commit

Permalink
alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Jan 12, 2024
1 parent d401833 commit 1e21c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layouts/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function Nav() {
</button>
</a>
<a href={chatConfig().info.repository_url} target="_blank" rel="noopener noreferrer">
<button data-tooltip="Source code" class="px-2 py-1 mr-6 rounded-lg hover:bg-gray-500">
<button data-tooltip="Source code" class="px-2 py-1 mr-8 rounded-lg hover:bg-gray-500">
<i class="fab fa-github text-xl" />
</button>
</a>
Expand Down

0 comments on commit 1e21c94

Please sign in to comment.