fix: matrix link
All checks were successful
nix-build-publish / check (push) Successful in 6m29s

This commit is contained in:
L-Nafaryus 2024-10-11 15:52:24 +05:00
parent af0aea99cf
commit c707ca5a36
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
6 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View File

@ -460,7 +460,7 @@ dependencies = [
[[package]]
name = "elnafo-radio-frontend"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"askama",
"askama_axum",

View File

@ -1,6 +1,6 @@
[package]
name = "elnafo-radio-frontend"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = ["elnafo-vcs"]
authors = ["L-Nafaryus <l.nafaryus@elnafo.ru>"]

View File

@ -1,12 +1,12 @@
{
"name": "elnafo-radio-vue",
"version": "0.1.1",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "elnafo-radio-vue",
"version": "0.1.1",
"version": "0.1.2",
"dependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@hey-api/client-axios": "^0.2.3",

View File

@ -1,6 +1,6 @@
{
"name": "elnafo-radio-vue",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"type": "module",
"scripts": {

View File

@ -38,7 +38,7 @@ onMounted(() => {
</template>
<template #right>
<a v-if="matrix" :href="discord" target="_blank" rel="noreferrer"
<a v-if="matrix" :href="matrix" target="_blank" rel="noreferrer"
class="flex justify-center items-center space-x-1 text-ctp-surface0 link-button font-bold">
<MatrixIcon />
<span class="hidden sm:inline">Matrix</span>

View File

@ -103,7 +103,7 @@
...
}: {
name = "elnafo-radio-vue";
version = "0.1.1";
version = "0.1.2";
imports = [
dream2nix.modules.dream2nix.WIP-nodejs-builder-v3