mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-02 11:30:22 +02:00
style fixes
This commit is contained in:
@@ -123,7 +123,6 @@ export default class AddLibrary extends Component {
|
||||
id="externalJsTextarea"
|
||||
cols="30"
|
||||
rows="5"
|
||||
placeholder="Put each library in new line"
|
||||
value={this.state.js}
|
||||
/>
|
||||
|
||||
@@ -136,7 +135,6 @@ export default class AddLibrary extends Component {
|
||||
id="externalCssTextarea"
|
||||
cols="30"
|
||||
rows="5"
|
||||
placeholder="Put each library in new line"
|
||||
value={this.state.css}
|
||||
/>
|
||||
</div>
|
||||
|
@@ -51,9 +51,9 @@ export function ItemTile({
|
||||
<h3 class="saved-item-tile__title">{item.title}</h3>
|
||||
</div>
|
||||
{item.updatedOn ? (
|
||||
<span class="saved-item-tile__meta">
|
||||
<div class="saved-item-tile__meta">
|
||||
Last updated: {getHumanDate(item.updatedOn)}
|
||||
</span>
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user