Skip to content

Commit

Permalink
Monterey added
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Jun 7, 2021
1 parent 22baaaa commit 408b5e1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions website/macos-big-sur-icons/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">

<!-- Primary Meta Tags -->
<title>Over 5000+ free icons for macOS Big Sur & iOS - massive app icon pack</title>
<meta name="title" content="Over 5000+ free icons for macOS Big Sur & iOS - massive app icon pack">
<meta name="description" content="Free 5000+ macOS app icons in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.">
<title>Over 5000+ free icons for macOS Monterey, Big Sur & iOS - massive app icon pack</title>
<meta name="title" content="Over 5000+ free icons for macOS Monterey, Big Sur & iOS - massive app icon pack">
<meta name="description" content="Free 5000+ macOS app icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom icons on macOS Monterey, Big Sur.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://macosicons.com/">
<meta property="og:title" content="Over 5000+ free icons for macOS Big Sur & iOS - massive app icon pack">
<meta property="og:description" content="Free 5000+ macOS app icons in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.">
<meta property="og:title" content="Over 5000+ free icons for macOS Monterey, Big Sur & iOS - massive app icon pack">
<meta property="og:description" content="Free 5000+ macOS app icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom icons on macOS Monterey, Big Sur.">
<meta property="og:image" content="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/Social/low-res/Thumbnail_2021.jpg">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://macosicons.com/">
<meta property="twitter:title" content="Over 5000+ free icons for macOS Big Sur & iOS - massive app icon pack">
<meta property="twitter:description" content="Free 5000+ macOS app icons in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.">
<meta property="twitter:title" content="Over 5000+ free icons for macOS Monterey, Big Sur & iOS - massive app icon pack">
<meta property="twitter:description" content="Free 5000+ macOS app icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom icons on macOS Monterey, Big Sur.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/Social/low-res/Thumbnail_2021.jpg">
<meta name="twitter:creator" content="@elrumo">
<meta name="twitter:site" content="@elrumo">
Expand Down
10 changes: 5 additions & 5 deletions website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,10 @@ export default {
metaInfo: {
// if no subcomponents specify a metaInfo.title, this title will be used
// title: 'How to change app icons in macOS Big Sur',
// title: 'How to change app icons in macOS Big Sur & Monterey',
title: 'macOS app icon pack - 7000+ ready icons for Big Sur & iOS',
// description:"Instructions on how to donlwoad and change app icons in macOS Big Sur using Finder and a website with over 5000+ free app icons.",
description:"7000+ App icons for macOS in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.",
// description:"Instructions on how to donlwoad and change app icons in macOS Big Sur & Monterey using Finder and a website with over 5000+ free app icons.",
description:"7000+ App icons for macOS in the style of macOS Big Sur & Monterey. Fully open source and community led. How to install custom icons on macOS Big Sur & Monterey.",
// all titles will be injected into this template
titleTemplate: '%s | macOSicons',
meta:[
Expand All @@ -316,7 +316,7 @@ export default {
{
property: 'og:description',
// vmid: 'og:description',
content: 'Free 5000+ App icons for macOS in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.',
content: 'Free 5000+ App icons for macOS in the style of macOS Big Sur & Monterey. Fully open source and community led. How to install custom icons on macOS Big Sur & Monterey.',
},
{
property: 'og:image',
Expand All @@ -333,7 +333,7 @@ export default {
{
property: 'twitter:description',
// vmid: 'twitter:description',
content: 'Free 5000+ App icons for macOS in the style of macOS Big Sur. Fully open source and community led. How to install custom icons on macOS Big Sur.',
content: 'Free 5000+ App icons for macOS in the style of macOS Big Sur & Monterey. Fully open source and community led. How to install custom icons on macOS Big Sur & Monterey.',
},
{
property: 'twitter:title',
Expand Down
14 changes: 7 additions & 7 deletions website/macos-big-sur-icons/src/views/HowTo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default {
metaInfo: {
// if no subcomponents specify a metaInfo.title, this title will be used
title: 'How to change app icons in macOS Big Sur',
description:"Guide to donlwoad and change app icons in macOS Big Sur using Finder and a website with over 5000+ free app icons.",
title: 'How to change app icons in macOS Big Sur & Monterey',
description:"Guide to donlwoad and change app icons in macOS Big Sur & Monterey using Finder and a website with over 5000+ free app icons.",
// all titles will be injected into this template
titleTemplate: '%s | macOSicons',
meta:[
Expand All @@ -41,11 +41,11 @@ export default {
},
{
property: 'og:title',
content: 'How to change app icons in macOS Big Sur',
content: 'How to change app icons in macOS Big Sur & Monterey',
},
{
property: 'og:description',
content: 'Guide to donlwoad and change app icons in macOS Big Sur using Finder and a website with over 5000+ free app icons.',
content: 'Guide to donlwoad and change app icons in macOS Big Sur & Monterey using Finder and a website with over 5000+ free app icons.',
},
{
property: 'og:image',
Expand All @@ -59,11 +59,11 @@ export default {
},
{
property: 'twitter:title',
content: 'How to change app icons in macOS Big Sur'
content: 'How to change app icons in macOS Big Sur & Monterey'
},
{
property: 'twitter:description',
content: 'Guide to donlwoad and change app icons in macOS Big Sur using Finder and a website with over 5000+ free app icons.',
content: 'Guide to donlwoad and change app icons in macOS Big Sur & Monterey using Finder and a website with over 5000+ free app icons.',
},
{
property: 'twitter:image',
Expand All @@ -80,7 +80,7 @@ export default {
isMobile: this.$isMobile(),
introText:{
h3: "How to change app icons in macOS Big Sur",
h3: "How to change app icons in macOS Big Sur & Monterey",
description: "Here you'll find all the information you need to chanege the icon of your favorite macOS and iOS app. For help or support ask me on [Twitter](https://twitter.com/elrumo) or ask on our [forum](https://github.com/elrumo/macOS_Big_Sur_icons_replacements/discussions).",
isAd: true
},
Expand Down
6 changes: 3 additions & 3 deletions website/macos-big-sur-icons/src/views/Resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
metaInfo: {
// if no subcomponents specify a metaInfo.title, this title will be used
title: 'Free icon templates resources for macOS Big Sur.',
title: 'Free icon templates resources for macOS Monterey, Big Sur.',
description:"Resources and templates to help you design and showcase icons for macOS.",
// all titles will be injected into this template
titleTemplate: '%s | macOSicons',
Expand All @@ -89,7 +89,7 @@ export default {
},
{
property: 'og:title',
content: 'Free icon templates resources and over 5000+ icons for macOS Big Sur.',
content: 'Free icon templates resources and over 5000+ icons for macOS Monterey, Big Sur.',
},
{
property: 'og:description',
Expand All @@ -111,7 +111,7 @@ export default {
},
{
property: 'twitter:title',
content: 'Free icon templates resources and over 5000+ icons for macOS Big Sur.',
content: 'Free icon templates resources and over 5000+ icons for macOS Monterey, Big Sur.',
},
{
property: 'twitter:image',
Expand Down

1 comment on commit 408b5e1

@vercel
Copy link

@vercel vercel bot commented on 408b5e1 Jun 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.