Skip to content

Commit

Permalink
Merge pull request #40 from VMGWARE/Updating-naming-to-vATC-Suite-fro…
Browse files Browse the repository at this point in the history
…m-old-ATIS-GENERATOR

Chore and Feature: Add project information fields and vATC Suite logo
  • Loading branch information
Codycody31 authored Sep 15, 2023
2 parents 4b6cfeb + f5059fb commit 3328e61
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "vmgware/vatcsuite",
"description": "vATC Suite provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,4 +12,4 @@
"laravel-vite-plugin": "^0.7.5",
"vite": "^4.0.0"
}
}
}
4 changes: 2 additions & 2 deletions src/resources/views/components/meta-tags.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta property="og:title" content="vATC Suite">
<meta property="og:description"
content="vATC Suite provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.">
<meta property="og:image" content="https://atisgenerator.com/lib/images/atis_generator_logo_small.png">
<meta property="og:image" content="https://atisgenerator.com/lib/images/vatcsuite_logo_small.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
Expand All @@ -16,4 +16,4 @@
<meta name="twitter:title" content="vATC Suite">
<meta name="twitter:description"
content="vATC Suite provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.">
<meta name="twitter:image" content="https://atisgenerator.com/lib/images/atis_generator_logo_small.png">
<meta name="twitter:image" content="https://atisgenerator.com/lib/images/vatcsuite_logo_small.png">
4 changes: 2 additions & 2 deletions src/resources/views/redoc.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta property="og:title" content="vATC Suite - API Documentation">
<meta property="og:description"
content="The offical API documentation for vATC Suite, a web application that provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.">
<meta property="og:image" content="https://atisgenerator.com/lib/images/atis_generator_logo_small.png">
<meta property="og:image" content="https://atisgenerator.com/lib/images/vatcsuite_logo_small.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
Expand All @@ -31,7 +31,7 @@
<meta name="twitter:title" content="vATC Suite - API Documentation">
<meta name="twitter:description"
content="The offical API documentation for vATC Suite, a web application that provides virtual air traffic controllers with essential tools like ATIS and AWOS generation to enhance realism in online flying networks.">
<meta name="twitter:image" content="https://atisgenerator.com/lib/images/atis_generator_logo_small.png">
<meta name="twitter:image" content="https://atisgenerator.com/lib/images/vatcsuite_logo_small.png">

<!--
Redoc doesn't change outer page styles
Expand Down

0 comments on commit 3328e61

Please sign in to comment.