updated links to get more specific information about hardware

This commit is contained in:
Delucse
2020-09-25 12:51:37 +02:00
parent 994f74d7ad
commit 5044b09701
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class Hardware extends Component {
>
<div>
<img src={`/media/hardware/${this.state.hardwareInfo.src}`} width="100%" alt={this.state.hardwareInfo.name}/>
Weitere Informationen unter: <Link href={this.state.hardwareInfo.url} color="primary">{this.state.hardwareInfo.url}</Link>
Weitere Informationen zur Hardware-Komponente findest du <Link href={this.state.hardwareInfo.url} color="primary">hier</Link>.
</div>
</Dialog>