Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
blidblid committed Aug 14, 2024
1 parent bb92a85 commit 0791fe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/demo/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class AppRoutingModule {
} else {
this.updateMetaTags(
'Berg Layout',
'A resizable, accessible and open-source layout component.'
'A resizable, collapsible, accessible and open-source layout component.'
);
}
});
Expand Down
6 changes: 3 additions & 3 deletions apps/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta name="title" content="Berg Layout" />
<meta
name="description"
content="A resizable, accessible and open-source layout component."
content="A resizable, collapsible, accessible and open-source layout component."
/>

<!-- Open Graph / Facebook -->
Expand All @@ -30,7 +30,7 @@
<meta property="og:title" content="Berg Layout" />
<meta
property="og:description"
content="A resizable, accessible and open-source layout component."
content="A resizable, collapsible, accessible and open-source layout component."
/>
<meta
property="og:image"
Expand All @@ -43,7 +43,7 @@
<meta property="twitter:title" content="Berg Layout" />
<meta
property="twitter:description"
content="A resizable, accessible and open-source layout component."
content="A resizable, collapsible, accessible and open-source layout component."
/>
<meta
property="twitter:image"
Expand Down

0 comments on commit 0791fe6

Please sign in to comment.