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

🐛 vue-dot: Fix typo in risquePro logo #1641

Merged
merged 1 commit into from
Dec 7, 2021
Merged

Conversation

deraw
Copy link
Member

@deraw deraw commented Dec 7, 2021

Description

Correction du logo Risque Pro.

Closes #1634

Playground

<template>
	<Logo risque-pro />
</template>

<script lang="ts">
	import Vue from 'vue';
	import Component from 'vue-class-component';

	@Component
	export default class Playground extends Vue {}
</script>

Type de changement

  • Correction de bug

Checklist

  • Ma Pull Request pointe vers la bonne branche
  • Mon code suit le style de code du projet
  • J'ai effectué une review de mon propre code
  • J'ai commenté mon code, en particulier dans les parties difficiles à comprendre
  • J'ai apporté les modifications correspondantes à la documentation
  • Mes modifications ne génèrent aucun nouveau warning
  • J'ai ajouté des tests qui prouvent que mon correctif est efficace ou que ma fonctionnalité fonctionne
  • Les tests unitaires passent localement avec mes modifications
  • J'ai mis à jour le fichier Changelog

@deraw deraw changed the title 🐛 vue-dot: Fix risquePro logo 🐛 vue-dot: Fix typo in risquePro logo Dec 7, 2021
@codecov
Copy link

codecov bot commented Dec 7, 2021

Codecov Report

Merging #1641 (b6c5439) into dev (ce3e0a5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #1641   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          162       162           
  Lines         1116      1116           
  Branches       150       150           
=========================================
  Hits          1116      1116           
Impacted Files Coverage Δ
...vue-dot/src/elements/Logo/logoDimensionsMapping.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce3e0a5...b6c5439. Read the comment docs.

@deraw deraw merged commit c678ffa into dev Dec 7, 2021
@deraw deraw deleted the vue-dot/fix/logo-risque-pro branch December 7, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manque un 's' sur le logo Risques professionnel's' dans le composent HeaderBar
1 participant