Add quick explanation of name in about
This commit is contained in:
parent
b4d5b35c5a
commit
3c22f2c091
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,9 @@ var About = React.createClass({
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h2>About</h2>
|
<h2>About</h2>
|
||||||
|
<p className="bg-info text-info">
|
||||||
|
<strong>DAVIDS</strong> stands for DuplicAtes VIewer and Detector for Spotify.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This application allows you to find duplicates in your Spotify playlists.
|
This application allows you to find duplicates in your Spotify playlists.
|
||||||
For the moment, it does not offer to remove them for you.
|
For the moment, it does not offer to remove them for you.
|
||||||
|
|
|
@ -2,3 +2,8 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bg-info {
|
||||||
|
padding: 1em;
|
||||||
|
border-radius: 1ex;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue