Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP super minor demo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Jul 27, 2018
1 parent 7869fdd commit 0c7f132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/tab-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Tab - Material Components Catalog</title>
<title>Tab Bar - Material Components Catalog</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/images/logo_components_color_2x_web_48dp.png">
<link rel="stylesheet" href="/assets/tab-bar.css">
Expand Down
2 changes: 1 addition & 1 deletion demos/tab-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
//

@import "./common";
@import "../packages/mdc-tab/mixins";
@import "../packages/mdc-tab/mdc-tab";
@import "../packages/mdc-tab/mixins";
@import "../packages/mdc-tab-indicator/mdc-tab-indicator";
@import "../packages/mdc-tab-indicator/mixins";
@import "../packages/mdc-tab-scroller/mdc-tab-scroller";
Expand Down

0 comments on commit 0c7f132

Please sign in to comment.