Skip to content

Commit

Permalink
feat(WebexMeeting): add accessibility for webex logo in widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lungancatalin authored and lalli-flores committed Sep 24, 2021
1 parent 9ab58c8 commit 83bdfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/WebexMeeting/WebexLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

export default function WebexLogo() {
return (
<svg width="102" height="33" viewBox="0 0 102 33" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<svg width="102" height="33" viewBox="0 0 102 33" fill="currentColor" xmlns="http://www.w3.org/2000/svg" alt="Webex by Cisco">
<path d="M48.7863 8.02319H51.4715L47.5674 19.824H44.487L41.5692 10.9189L38.6513 19.824H35.6189L31.7148 8.02319H34.4628L37.233 16.9911L40.1398 8.02319H43.0576L46.0125 17.0391L48.7863 8.02319Z" />
<path d="M62.9891 14.871H54.2798C54.3602 15.4795 54.5884 16.0591 54.9446 16.5589C55.2601 16.9963 55.6875 17.3408 56.1819 17.5562C56.6855 17.7737 57.2291 17.8831 57.7775 17.8775C58.3855 17.8752 58.9883 17.7652 59.5578 17.5525C60.1483 17.3366 60.6997 17.0259 61.1904 16.6328L62.472 18.4796C61.8184 19.0494 61.0574 19.4827 60.2337 19.7538C59.3878 20.0194 58.5053 20.1502 57.6187 20.1416C56.5267 20.1632 55.4481 19.8983 54.4903 19.3734C53.5843 18.8657 52.8423 18.1096 52.3518 17.1942C51.824 16.1909 51.5597 15.0699 51.5835 13.9365C51.5609 12.8138 51.8145 11.7027 52.3222 10.701C52.7939 9.78991 53.5135 9.03066 54.398 8.51075C55.3259 7.97668 56.382 7.70595 57.4525 7.72772C58.4627 7.69977 59.4595 7.96363 60.3235 8.48769C61.1876 9.01175 61.8822 9.77379 62.3243 10.6825C62.8123 11.6875 63.0553 12.7937 63.0334 13.9107C63.0371 14.1581 63.0223 14.4795 62.9891 14.871ZM60.4036 12.9134C60.3242 12.1047 59.9772 11.3456 59.4175 10.7564C59.1491 10.5049 58.833 10.31 58.4878 10.1831C58.1427 10.0562 57.7755 9.99992 57.4082 10.0177C57.0215 10 56.6353 10.0602 56.2723 10.1947C55.9094 10.3292 55.5772 10.5353 55.2955 10.8007C54.7377 11.3812 54.3815 12.1259 54.2798 12.9245L60.4036 12.9134Z" />
<path d="M74.0053 8.51812C74.9038 9.04957 75.6405 9.81569 76.1365 10.7342C76.6668 11.7132 76.9364 12.8122 76.9195 13.9254C76.9365 15.0375 76.6668 16.1353 76.1365 17.1129C75.6404 18.0357 74.9009 18.8049 73.9984 19.3369C73.0959 19.8689 72.0648 20.1434 71.0173 20.1306C70.2821 20.146 69.5531 19.9931 68.8861 19.6836C68.2748 19.3888 67.74 18.9565 67.3237 18.4205V19.824H64.7383V3H67.3237V9.42673C67.7418 8.89431 68.2763 8.46473 68.8861 8.17093C69.5523 7.85843 70.2816 7.70421 71.0173 7.72032C72.0676 7.70747 73.1012 7.98345 74.0053 8.51812ZM72.5944 17.2016C73.1307 16.8719 73.5623 16.3967 73.8391 15.8313C74.1232 15.2355 74.2707 14.5837 74.2707 13.9236C74.2707 13.2635 74.1232 12.6117 73.8391 12.0159C73.5612 11.4513 73.1298 10.9764 72.5944 10.6456C72.0253 10.32 71.3811 10.1488 70.7255 10.1488C70.0699 10.1488 69.4256 10.32 68.8566 10.6456C68.3198 10.9715 67.8848 11.441 67.6008 12.0011C67.2935 12.5993 67.1388 13.2641 67.1502 13.9365C67.1384 14.6078 67.2933 15.2714 67.6008 15.8682C67.8848 16.4283 68.3198 16.8978 68.8566 17.2237C69.4256 17.5493 70.0699 17.7206 70.7255 17.7206C71.3811 17.7206 72.0253 17.5493 72.5944 17.2237V17.2016Z" />
Expand Down

0 comments on commit 83bdfff

Please sign in to comment.