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]] [[package]]
name = "elnafo-radio-frontend" name = "elnafo-radio-frontend"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"askama", "askama",
"askama_axum", "askama_axum",

View File

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

View File

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

View File

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

View File

@ -38,7 +38,7 @@ onMounted(() => {
</template> </template>
<template #right> <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"> class="flex justify-center items-center space-x-1 text-ctp-surface0 link-button font-bold">
<MatrixIcon /> <MatrixIcon />
<span class="hidden sm:inline">Matrix</span> <span class="hidden sm:inline">Matrix</span>

View File

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