Skip to content

Commit

Permalink
fix(home): button icon align
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-nematpour committed Jul 12, 2024
1 parent 532db89 commit e16525b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SiteMap from './SiteMap.vue'
// import NewsLetter from './NewsLetter.vue'
import { load, data, base } from './sponsors'
import SponsorsGroup from './SponsorsGroup.vue'
import VueMasteryModal from './VueMasteryModal.vue'
// import VueMasteryModal from './VueMasteryModal.vue'
onMounted(load)
</script>
Expand All @@ -25,6 +25,7 @@ onMounted(load)
<a class="get-started" href="/guide/introduction.html">
<svg
class="icon"
style="margin-top: 4px;"
xmlns="http://www.w3.org/2000/svg"
width="10"
height="10"
Expand All @@ -40,6 +41,7 @@ onMounted(load)
<a class="security" href="https://v2.vuejs.org/eol/" target="_blank">
Vue 2 دریافت به‌روزرسانی‌های امنیتی برای
<svg
style="margin-top: 4px;"
class="icon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
Expand Down

0 comments on commit e16525b

Please sign in to comment.