This commit is contained in:
2024-01-09 17:05:11 +05:00
parent ce8f94c6ca
commit 9fc53b608a
6 changed files with 85 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ function FeedbackForm() {
try {
await ky
.post(`https://estate.graff.tech/api/mail`, {
.post(`https://graff.estate/api/mail`, {
json: {
fullname: name,
phone,
+2 -2
View File
@@ -60,8 +60,8 @@ function SidebarTab5() {
</p>
<p className="text-sm font-gilroy flex gap-3 items-center justify-end leading-none">
<a href="https://estate.graff.tech" target="_blank">
estate.graff.tech
<a href="https://graff.estate" target="_blank">
graff.estate
</a>
<WebGradientIcon />
</p>