Replace latest commit in branch placeholder with real info

3d1d1f852c147fc009bfe4f8a59c3664c6d63d0c

Tucker McKnight <tmcknight@instructure.com> | Fri Jul 17 2026

Replace latest commit in branch placeholder with real info

"Latest commit in main" now shows the actual latest commit.

Plus some spacing changes.
scss/design-board.scss:150
Before
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
.language-percentages {
  font-size: 0;
}
.language-cols {
  margin: 0 -6px;
}
.language-col {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 4rem;
  margin: 0 6px;
  flex-basis: 0;
}
.language-percent {
  display: inline-block;
After
149
150
151
152
153


154

155



156
157
.language-percentages {
  font-size: 0;
}
.language-col {
  background: black;
⁣
⁣
  display: flex;
⁣
  align-items: end;
⁣
⁣
⁣
}
.language-percent {
  display: inline-block;