Skip to content

Commit

Permalink
FIX: Add Missing alt Attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 1, 2023
1 parent 68cb56b commit c357faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Template/header/title.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="header-title">
<span class="logo">
<?= $this->url->link('<img src="' . $this->url->dir() . 'plugins/ApplicationBranding/Assets/img/workspace-icon-500x500.png" width="40px" style="vertical-align: middle;">', 'DashboardController', 'show', array(), false, '', t('Dashboard')) ?>
<?= $this->url->link('<img src="' . $this->url->dir() . 'plugins/ApplicationBranding/Assets/img/workspace-icon-500x500.png" width="40px" style="vertical-align: middle;" alt="' . t('Workspace logo') .'">', 'DashboardController', 'show', array(), false, '', t('Dashboard')) ?>
</span>
<span class="title">
<?php if (! empty($project) && ! empty($task)): ?>
Expand Down

0 comments on commit c357faf

Please sign in to comment.