Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leoha committed Dec 18, 2024
1 parent 1def9b7 commit 5b72287
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/services/project_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,14 @@ pub fn get_projects() -> Vec<Project> {
LinkItem {
icon_url: Some("assets/icons/globe.svg".to_string()),
sr_text: Some("Altzone website".to_string()),
url: "altzone.fi".to_string()
url: "https://altzone.fi".to_string()
},

LinkItem {
icon_url: Some("assets/icons/github.svg".to_string()),
sr_text: Some("Altzone-WebPages Github".to_string()),
url: "https://github.com/Alt-Org/Altzone-WebPages".to_string()
},
LinkItem {
icon_url: Some("assets/icons/question.svg".to_string()),
sr_text: Some("Altzone WebPages".to_string()),
url: "https://altzone.fi".to_string()
}
],
reverse: false,
},
Expand Down

0 comments on commit 5b72287

Please sign in to comment.