Skip to content

Commit 31b59de

Browse files
committed
Update Kitty's references
1 parent d4876ee commit 31b59de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

about/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ There is nothing new with SassDoc. It has nothing of a revolutionary idea; there
99

1010
Still, we needed this. We needed a way to document our Sass files, APIs, frameworks, libraries and whatever. Thus, this project.
1111

12-
SassDoc is built by [Pascal Duez](https://twitter.com/pascalduez), [Valerian Galliat](https://twitter.com/valeriangalliat), [Hugo Giraudel](https://twitter.com/hugogiraudel) and [Fabrice Weinberg](https://twitter.com/fweinb), a.k.a [SassDoc team](https://github.com/sassdoc) with the help of [Why Alix](https://twitter.com/whyalix) for the design and [Reda Lemeden](https://twitter.com/kaishin) for the logo. And perhaps you, if you feel like <a href="{{ site.data.routes.contributing }}">contributing</a>!
12+
SassDoc is built by [Pascal Duez](https://twitter.com/pascalduez), [Valerian Galliat](https://twitter.com/valeriangalliat), [Kitty Giraudel](https://twitter.com/KittyGiraudel) and [Fabrice Weinberg](https://twitter.com/fweinb), a.k.a [SassDoc team](https://github.com/sassdoc) with the help of [Why Alix](https://twitter.com/whyalix) for the design and [Reda Lemeden](https://twitter.com/kaishin) for the logo. And perhaps you, if you feel like <a href="{{ site.data.routes.contributing }}">contributing</a>!
1313

1414
## Core Team
1515

@@ -27,8 +27,8 @@ SassDoc is built by [Pascal Duez](https://twitter.com/pascalduez), [Valerian Gal
2727
</li>
2828

2929
<li class="author">
30-
<img src="https://pbs.twimg.com/profile_images/763380328316694528/QI6mgUbU.jpg" alt="Hugo Giraudel" class="author__avatar">
31-
<a class="author__name" href="https://twitter.com/hugogiraudel">Hugo Giraudel</a>
30+
<img src="https://pbs.twimg.com/profile_images/1317111234504916993/LoUeV5RC_400x400.jpg" alt="Kitty Giraudel" class="author__avatar">
31+
<a class="author__name" href="https://twitter.com/KittyGiraudel">Kitty Giraudel</a>
3232
<span class="author__role">Project thinker</span>
3333
</li>
3434

file-level-annotations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Feel free to add a description to it, however it won't be parsed in any way. For
2020
/// This is a poster comment.
2121
/// It will apply annotations to all items from file.
2222
/// @group API
23-
/// @author Hugo Giraudel
23+
/// @author Kitty Giraudel
2424
////
2525

2626
/// This item will have:
27-
/// `@group API` and `@author Hugo Giraudel`
27+
/// `@group API` and `@author Kitty Giraudel`
2828
/// inherited from the poster.
2929
@function dummy-function() {
3030
// ...

0 commit comments

Comments
 (0)