Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Sep 30, 2024
1 parent c3f181f commit a11b8cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<title>Cyn</title>
<title>Pipelab</title>
<link
rel="preconnect"
href="https://fonts.googleapis.com"
Expand Down
4 changes: 2 additions & 2 deletions src/views/download.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<div class="flex flex-column align-items-center p-8">
<!-- <img
alt="Cyn Logo"
alt="Pipelab Logo"
class="w-4rem h-4rem mb-4"
/> -->
<h1 class="text-4xl font-bold mb-2">Download Cyn
<h1 class="text-4xl font-bold mb-2">Download Pipelab
<span v-if="release">({{ release?.tag_name }})</span>
</h1>
<p class="text-color-secondary mb-8">
Expand Down
6 changes: 3 additions & 3 deletions src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="flex align-items-center justify-content-between py-3">
<div class="logo">
<RouterLink class="nav-link-logo" :to="{ name: 'Home' }">
Cyn
Pipelab
</RouterLink>
</div>
<nav class="hidden lg:flex">
Expand Down Expand Up @@ -78,9 +78,9 @@ const menuItems = ref([
{
label: "Documentation",
icon: "pi pi-question-circle",
to: "//docs.cyn.armaldio.xyz",
to: "//docs.pipelab.app",
external: true,
disabled: true,
disabled: false,
},
{
label: "Support",
Expand Down

0 comments on commit a11b8cf

Please sign in to comment.