Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant alt-text on logos #807

Merged
merged 2 commits into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docassemble/AssemblyLine/data/questions/al_visual.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
objects:
- al_logo: DAStaticFile.using(filename="ma_logo.png", alt_text="Assembly Line Logo")
- al_logo: DAStaticFile.using(filename="ma_logo.png", alt_text="")
---
code: |
al_logo.alt_text = "Home - Assembly Line"
al_logo.alt_text = ""
nonprofittechy marked this conversation as resolved.
Show resolved Hide resolved
---
default screen parts:
title: |
Expand Down
4 changes: 2 additions & 2 deletions docassemble/AssemblyLine/data/questions/interview_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ modules:
- docassemble.ALToolbox.misc
---
objects:
- al_logo: DAStaticFile.using(filename="ma_logo.png", alt_text="Logo")
- al_logo: DAStaticFile.using(filename="ma_logo.png", alt_text="")
---
code: |
al_logo.alt_text = "Logo" # Patch for old sessions
al_logo.alt_text = "" # Patch for old sessions
---
# This block is a placeholder and will be replaced by the definition below
sections:
Expand Down