fix: minor optical changes on the upload side

This commit is contained in:
2025-11-13 17:23:34 +01:00
parent 93fc8d821a
commit 3b1488209e
4 changed files with 66 additions and 64 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ it('displays upload link in navigation for authenticated users', function () {
$this->actingAs($user)
->get('/dashboard')
->assertSee('Datei-Upload')
->assertSee('Upload neuer Transaktionen')
->assertSee(route('upload'));
});