Add quick explanation of name in about

This commit is contained in:
Gabriel Augendre 2016-04-25 23:45:47 +02:00
parent b4d5b35c5a
commit 3c22f2c091
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -2,3 +2,8 @@
height: 20px; height: 20px;
margin-right: 10px; margin-right: 10px;
} }
.bg-info {
padding: 1em;
border-radius: 1ex;
}