Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix(BlogCard): Fix example to display using correct props
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCoplan committed May 30, 2018
1 parent 58c0525 commit ccff90a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/public/documentation/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Tabler React Style Guide</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=latin-ext"></head><body><div id="rsg-root"></div><script src="build/bundle.90f391e0.js"></script></body></html>
<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Tabler React Style Guide</title><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&amp;subset=latin-ext"></head><body><div id="rsg-root"></div><script src="build/bundle.495767ab.js"></script></body></html>
6 changes: 3 additions & 3 deletions src/components/BlogCard/BlogCard.examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
title="And this isn't my nose. This is a false one."
postUrl="#"
description="Look, my liege! The Knights Who Say Ni demand a sacrifice! …Are you suggesting that coconuts migr..."
avatarUrl="https://tabler.github.io/tabler/demo/faces/female/18.jpg"
avatarImgSrc="https://tabler.github.io/tabler/demo/faces/female/18.jpg"
authorName="Rose Bradley"
profileHref="/profile.html"
date="3 days ago"
imgUrl="https://tabler.github.io/tabler/demo/photos/david-klaasen-54203-500.jpg"
imgSrc="https://tabler.github.io/tabler/demo/photos/david-klaasen-54203-500.jpg"
imgAlt="Penguin"
iconName="heart"
iconHref="#"
/>
```
```;

0 comments on commit ccff90a

Please sign in to comment.