Skip to content

Commit

Permalink
🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustella committed Aug 26, 2023
1 parent 0c63dff commit 000673b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import HeroImage from "~/components/hero-image.astro";
const links = [
{
url: "https://jq.qq.com/?_wv=1027&k=G2p97KUX",
url: "http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=ugiq0kMw5UnZJIrxABzHK9J0OYrFovkg&authKey=TZtoZ0fKM5rUI0fJJatM8tz%2F2B4iIbV%2FWMe5r1ZhjiTzwXGQCWDnTHvIcvoGof0g&noverify=0&group_code=904679757",
description: "加入QQ群",
icon: "mdi:home",
}
},
];
---

Expand Down
2 changes: 1 addition & 1 deletion src/components/intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ContentSection from "~/components/content-section.astro";
</Fragment>
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
<a
href="https://jq.qq.com/?_wv=1027&k=G2p97KUX"
href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=ugiq0kMw5UnZJIrxABzHK9J0OYrFovkg&authKey=TZtoZ0fKM5rUI0fJJatM8tz%2F2B4iIbV%2FWMe5r1ZhjiTzwXGQCWDnTHvIcvoGof0g&noverify=0&group_code=904679757"
target="_blank"
rel="noreferrer"
class="flex items-center justify-center gap-3 px-6 py-4 border-2 border-current"
Expand Down

0 comments on commit 000673b

Please sign in to comment.