Skip to content

Commit

Permalink
release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas40510 committed Jun 12, 2022
1 parent b072fe3 commit b122e78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psgenerator",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"engines": {
"node": "^17.7.1"
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
The One And Only PS Generator !
::author:: PRV @ ENSTA Bretagne
::version:: v1.1.3
::version:: v1.1.4
-->
<html lang="fr-fr">
<head>
Expand Down
11 changes: 6 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
PS Generator
@author: PRV
@version: 1.1.3
@version: 1.1.4
*/

import React from 'react';
Expand Down Expand Up @@ -78,8 +78,9 @@ const styles = theme => ({
class PsGenerator extends React.Component {
handleFocus = (event) => event.target.select();
placeholderText = 'Ceci est un texte random \nsans contenu particulier \npermettant d\'illustrer \ncomment ça marche \nen vrai...'
versionTxt = '1.1.3';
donate = 'https://www.leetchi.com/c/don-au-profit-des-blesses-de-guerre-miliste-2022'
versionTxt = '1.1.4';
donate = 'https://www.onac-vg.fr/dons/';
sponsorLink = 'https://g.page/lacohez?share';

render() {
const { classes } = this.props;
Expand All @@ -99,7 +100,7 @@ class PsGenerator extends React.Component {
</Typography>

<Typography variant="body2" component="div">
Sponsored by [votre nom de liste ici !]
Sponsored by <a href={this.sponsorLink} className={classes.link} target="_blank" rel="noreferrer">La Cohèz'</a>
</Typography>

<form className={classes.form} noValidate>
Expand Down Expand Up @@ -162,7 +163,7 @@ class PsGenerator extends React.Component {
<footer style={{color: "gray", position: "relative", bottom: 0, marginTop: 50}}>
<center>Made with ☕️ by Gustave — version {this.versionTxt}
<br/>
<a href={this.donate} className={classes.link} target="_blank" rel="noreferrer">Faire un don à la miliste</a>
<a href={this.donate} className={classes.link} target="_blank" rel="noreferrer">Faire un don au Bleuet</a>
</center>
</footer>
</Container>
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
PS Generator
@author: PRV
@version: 1.1.2
@version: 1.1.4
*/

import React from 'react';
Expand Down

0 comments on commit b122e78

Please sign in to comment.