feat(text): Removed git-refernces and improved text

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-02-07 01:38:24 +01:00
parent 7fa831ca13
commit 6704cc944d
6 changed files with 169 additions and 56 deletions

View File

@@ -53,7 +53,7 @@ async fn get_impressum() -> Result<Vec<String>, ServerFnError> {
async fn get_contact() -> Result<Vec<String>, ServerFnError> {
Ok(vec![
"tuan-dat.tran@tudattr.dev".to_string(),
"+49 176 83468388".to_string(),
"tuan-dat.tran(at)tudattr(dot)dev".to_string(),
"+49 17(six) 83(four)683(eight)8".to_string(),
])
}