Skip to content

Commit

Permalink
Update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Jul 28, 2024
1 parent be9a34f commit ba7f013
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion glot_core/src/layout/app_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ where
{
let items = sidebar_items();
let commit_hash = env!("GIT_HASH");
let commit_url = format!("https://github.com/glotlabs/glot/commit/{}", commit_hash);
let commit_url = format!(
"https://github.com/glotcode/glot-app/commit/{}",
commit_hash
);

html! {
div class="h-full" {
Expand Down

0 comments on commit ba7f013

Please sign in to comment.