Skip to content

Commit

Permalink
Fixed SDLE project name. Made it so project deployment URL opens up a…
Browse files Browse the repository at this point in the history
… new tab
  • Loading branch information
Naapperas committed May 8, 2024
1 parent f80ef2b commit c5db108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Project/Banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const { bannerImage, alt, deployment } = Astro.props;
/>
{deployment && (
<div class="invisible group-hover:visible flex absolute z-40 w-full h-full top-0 bg-color-background-light bg-opacity-50 justify-center items-center">
<a href={deployment.url}>
<a href={deployment.url} target="_blank">
<Icon
pack="tabler"
name="external-link"
Expand Down
2 changes: 1 addition & 1 deletion src/content/project/sdle.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "LUIS"
name: "SDLE"
description: "S.D.L.E - Smart Distributed List Engine is a shopping list editor that allows you to create and share shopping lists with your friends and family. It features a web app that periodically syncs with a backend server if there is a connection available. If not, not to worry: it even works offline! All your changes are persisted locally and will be synced as soon as you get back online."
shortDescription: "SDLE: Your shopping list anywhere, anytime"
upstreamLink: "https://github.com/ttoino/feup-sdle"
Expand Down

0 comments on commit c5db108

Please sign in to comment.