Skip to content

Commit

Permalink
A batteries-included -> Batteries-included
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Aug 26, 2024
1 parent 2416bd5 commit 8498d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file renamed img/og_img.png → img/og_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/png" href="img/favicon.ico" />
<title>Elixir WebRTC</title>
<meta name="description" content="A batteries-included WebRTC implementation for the Elixir ecosystem." />
<meta name="description" content="Batteries-included WebRTC implementation for the Elixir ecosystem." />
<meta name="keywords" content="elixir, webrtc, audio, video, real-time" />
<meta name="image" content="https://elixir-webrtc.org/img/og_img.png" />
<!-- Social media tags -->
<meta property="og:title" content="Elixir WebRTC" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="A batteries-included WebRTC implementation for the Elixir ecosystem." />
<meta property="og:description" content="Batteries-included WebRTC implementation for the Elixir ecosystem." />
<link rel="canonical" href="https://elixir-webrtc.org/" />
<meta property="og:url" content="https://elixir-webrtc.org/" />
<meta property="og:site_name" content="Elixir WebRTC" />
Expand Down Expand Up @@ -72,7 +72,7 @@
<div class="hero-left">
<div class="hero-copy">
<img class="hero-logo" src="img/elixir-webrtc.svg" />
<h1 class="hero-copy-font">A batteries-included WebRTC implementation for the Elixir ecosystem.</h1>
<h1 class="hero-copy-font">Batteries-included WebRTC implementation for the Elixir ecosystem.</h1>
</div>
<a href="#demos">
<div class="hero-button">
Expand Down

0 comments on commit 8498d80

Please sign in to comment.