Skip to content

Commit 207837d

Browse files
committed
Update project logo
1 parent 10b774b commit 207837d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.idea/icon.png

-13.1 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <img src="https://junit.org/assets/img/junit6-temporary-logo.png" align="right" width="100">JUnit
1+
# <img src="https://junit.org/assets/img/junit-logo.svg" width="200" alt="JUnit"/>
22

33
This repository is the home of JUnit Platform, Jupiter, and Vintage.
44

documentation/documentation.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ tasks {
479479
}
480480
from(inputDir) {
481481
filesMatching("**/*.html") {
482-
val favicon = "<link rel=\"icon\" type=\"image/png\" href=\"https://junit.org/assets/img/junit6-temporary-logo.png\">"
482+
val favicon = "<link rel=\"icon\" type=\"image/png\" href=\"https://junit.org/assets/img/junit-diamond.png\">"
483483
filter { line ->
484484
var result = if (line.startsWith("<head>")) line.replace("<head>", "<head>$favicon") else line
485485
externalModulesWithoutModularJavadoc.forEach { (moduleName, baseUrl) ->

documentation/src/docs/asciidoc/docinfos/docinfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="icon" type="image/png" href="https://junit.org/assets/img/junit6-temporary-logo.png" />
1+
<link rel="icon" type="image/png" href="https://junit.org/assets/img/junit-diamond.png" />
22
<style>
33
/* Tocbot dynamic TOC, works with tocbot 3.0.2 */
44
/* Source: https://github.com/asciidoctor/asciidoctor/issues/699#issuecomment-321066006 */

0 commit comments

Comments
 (0)